Détail du package

is-woff2

arthurvr19.1kMIT1.0.0

Check if a buffer/Uint8Array is a woff2 file

font, check, detect, is

readme

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