is-woff2 Check if a buffer/Uint8Array is a woff2 file Install $ npm install --save is-woff2 Usage const read = require('fs').readFileSync; const isWoff2 = require('is-woff2'); isWoff2(read('example.woff2')); //=> true License MIT © Arthur Verschaeve