npm.io
0.0.0 • Published 6 years ago

id-png

Licence
CC0-1.0
Version
0.0.0
Deps
1
Size
17 kB
Vulns
0
Weekly
0

id-png

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

install

npm install id-png

usage

const idPNG = require("id-png");

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

Keywords