arthurvr / is-woff2

Check if a buffer/Uint8Array is a WOFF2 file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-woff2 Build Status

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

About

Check if a buffer/Uint8Array is a WOFF2 file

License:MIT License


Languages

Language:JavaScript 100.0%