# id-png

> Identify a PNG File in a Variety of In-Memory Objects, including ArrayBuffer, Buffer, DataView, and Uint8Array

Latest version **0.0.0** (published 2020-09-06) · CC0-1.0 license · 0 weekly downloads

## Install

```sh
npm install id-png
pnpm add id-png
yarn add id-png
bun add id-png
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2020-09-06 |
| First published | 2020-09-06 |
| Weekly downloads | 0 |
| License | CC0-1.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 17.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Daniel J. Dufour |
| Maintainers | danieljdufour |
| Keywords | arraybuffer, buffer, dataview, id, png, uint8array |

## Links

- npm: https://www.npmjs.com/package/id-png
- Repository: https://github.com/DanielJDufour/id-png
- Homepage: https://github.com/DanielJDufour/id-png#readme
- Issues: https://github.com/DanielJDufour/id-png/issues
- npm.io page: https://npm.io/package/id-png

## Dependencies (1)

- [get-byte](https://npm.io/package/get-byte.md) 0.0.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2020-09-06

## README

# id-png
Identify a PNG File in a Variety of In-Memory Objects, including ArrayBuffer, Buffer, DataView, and Uint8Array

# install
```bash
npm install id-png
```

# usage
```javascript
const idPNG = require("id-png");

idPNG(buffer); // true
idPNG(arrayBuffer); // true
idPNG(dataView); // true
idPNG(uint8Array); // true
```

---
_Source: https://npm.io/package/id-png · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
