is-otf
v0.1.2
Published
Check if a String/Buffer/ArrayBuffer is OTF
Downloads
30,224
Maintainers
Readme
is-otf
Check if a String/Buffer/ArrayBuffer is OTF
Install
$ npm install --save is-otf
Usage
var fs = require('fs');
isOtf(fs.readFileSync('FontAwesome.otf'));
//=> true
Thx
Test
$ npm test
test file from Font-Awesome
License
MIT © junmer