is-woff2

v1.0.0
Check if a buffer/Uint8Array is a woff2 file
font check detect is file type woff woff2

is-woff2 Build Status

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

npm i is-woff2

Metadata

  • MIT
  • >=0.10.0
  • Arthur Verschaeve
  • released 7/23/2015

Downloads

Maintainers