How to use ttf2eot - 1 common examples

To help you get started, we’ve selected a few ttf2eot examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github itgalaxy / webfont / src / standalone.js View on Github external
function toEot(buffer) {
  return Buffer.from(ttf2eot(buffer).buffer);
}

ttf2eot

Convert TTF font to EOT

MIT
Latest version published 2 years ago

Package Health Score

53 / 100
Full package analysis

Popular ttf2eot functions