0.0.0 • Published 6 years ago
id-png v0.0.0
id-png
Identify a PNG File in a Variety of In-Memory Objects, including ArrayBuffer, Buffer, DataView, and Uint8Array
install
npm install id-pngusage
const idPNG = require("id-png");
idPNG(buffer); // true
idPNG(arrayBuffer); // true
idPNG(dataView); // true
idPNG(uint8Array); // true0.0.0
6 years ago