is-cr2

1.0.4 • Public • Published

is-cr2 Build Status

Check if a Buffer/Uint8Array is a CR2 file.

Install

$ npm install --save is-cr2

Usage

var read = require('fs').readFileSync;
var isCr2 = require('is-cr2');
 
isCr2(read('foo.cr2'));
//=> true

License

MIT © Andreas Gillström

/is-cr2/

    Package Sidebar

    Install

    npm i is-cr2

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • gillstrom