is-woff2

Check if a buffer/Uint8Array is a woff2 file

Usage no npm install needed!

<script type="module">
  import isWoff2 from 'https://cdn.skypack.dev/is-woff2';
</script>

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