libeot-wrapper
v0.0.18
Published
A Node.js wrapper for [libeot](https://github.com/umanwizard/libeot/), provided by [FastPixel Caching – WP Optimization made easy](https://wordpress.org/plugins/fastpixel-website-accelerator/).
Downloads
93
Readme
A Node.js wrapper for libeot, provided by FastPixel Caching – WP Optimization made easy.
Installation
npm install libeot-wrapper
Usage
import { eot2ttf } from "libeot-wrapper";
const ttfBuffer = eot2ttf(eotBuffer);