is-mov

1.0.0 • Public • Published

is-mov Build Status

Check if a Buffer/Uint8Array is a MOV file

Install

$ npm install --save is-mov

Usage

var isMov = require('is-mov');
var read = require('fs').readFileSync;
 
isMov(read('pony.mov'));
//=> true

License

MIT © Arthur Verschaeve

Package Sidebar

Install

npm i is-mov

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arthurvr