# is-woff2

> Check if a buffer/Uint8Array is a woff2 file

Latest version **1.0.0** (published 2015-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-woff2
pnpm add is-woff2
yarn add is-woff2
bun add is-woff2
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-07-23 |
| First published | 2015-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Arthur Verschaeve |
| Maintainers | arthurvr |
| Keywords | font, check, detect, is, file, type, woff, woff2 |

## Links

- npm: https://www.npmjs.com/package/is-woff2
- Repository: https://github.com/arthurvr/is-woff2
- Homepage: https://github.com/arthurvr/is-woff2#readme
- Issues: https://github.com/arthurvr/is-woff2/issues
- npm.io page: https://npm.io/package/is-woff2

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-07-23

## README

# is-woff2 [![Build Status](https://travis-ci.org/arthurvr/is-woff2.svg?branch=master)](https://travis-ci.org/arthurvr/is-woff2)

> Check if a buffer/Uint8Array is a `woff2` file


## Install

```
$ npm install --save is-woff2
```


## Usage

```js
var read = require('fs').readFileSync;
var isWoff2 = require('is-woff2');

isWoff2(read('example.woff2'));
//=> true
```


## License

MIT © [Arthur Verschaeve](http://arthurverschaeve.be)

---
_Source: https://npm.io/package/is-woff2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
