is-woff2

Check if a buffer/Uint8Array is a woff2 file

MIT 1 个版本
安装
npm install is-woff2
yarn add is-woff2
pnpm add is-woff2
bun add is-woff2
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

版本列表
1.0.0 2015-07-23