is-swf

2.0.1 • Public • Published

is-swf Build Status

Check if a Buffer/Uint8Array is a SWF file

Install

$ npm install is-swf

Usage

const fs = require('fs');
const isSwf = require('is-swf');
 
ifSwf(fs.readFileSync('foo.swf'));
//=> true

License

MIT © Kevin Mårtensson

Package Sidebar

Install

npm i is-swf

Weekly Downloads

5

Version

2.0.1

License

MIT

Last publish

Collaborators

  • kevva