npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-swf

2.0.1

@kevva

npmHomeRepoSnykSocket
Downloads:0
$ npm install is-swf
DailyWeeklyMonthlyYearly

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