is-swf

Check if a Buffer/Uint8Array is a SWF file

MIT 6 个版本
安装
npm install is-swf
yarn add is-swf
pnpm add is-swf
bun add is-swf
README

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

版本列表
2.0.1 2017-08-13
2.0.0 2017-08-13
1.1.1 2016-04-09
1.1.0 2016-01-03
1.0.0 2014-08-25
0.1.0 2014-05-12