How to use ttf2woff - 1 common examples

To help you get started, we’ve selected a few ttf2woff 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 toWoff(buffer, options) {
  return Buffer.from(ttf2woff(buffer, options).buffer);
}

ttf2woff

Convert TTF font to WOFF

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis

Popular ttf2woff functions