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