is-woff2
v1.0.0
Published
Check if a buffer/Uint8Array is a woff2 file
Downloads
20,253
Maintainers
Readme
is-woff2 
Check if a buffer/Uint8Array is a
woff2file
Install
$ npm install --save is-woff2Usage
var read = require('fs').readFileSync;
var isWoff2 = require('is-woff2');
isWoff2(read('example.woff2'));
//=> trueLicense
MIT © Arthur Verschaeve
