id-tif

0.0.1 • Public • Published

id-tif

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

install

npm install id-tif

usage

const idTIF = require("id-tif");
 
idTIF(buffer); // true
idTIF(arrayBuffer); // true
idTIF(dataView); // true
idTIF(uint8Array); // true

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1
  • 0.0.0
    0

Package Sidebar

Install

npm i id-tif

Weekly Downloads

1

Version

0.0.1

License

CC0-1.0

Unpacked Size

20 kB

Total Files

8

Last publish

Collaborators

  • danieljdufour