is-otf

Check if a String/Buffer/ArrayBuffer is OTF

Usage no npm install needed!

<script type="module">
  import isOtf from 'https://cdn.skypack.dev/is-otf';
</script>

README

is-otf Build Status

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