@tfoxy/ttf2woff2

3.0.1 • Public • Published

ttf2woff2

Convert TTF files to WOFF2.

NPM version Build status Dependency Status devDependency Status Coverage Status Code Climate

This is a NodeJS wrapper for the Google WOFF2 project. If the C++ wrapper compilation fail, it fallbacks to an Emscripten build.

## Usage

CLI

Install ttf2woff2 globally, then:

cat font.ttf | ttf2woff2 >> font.woff2

API

var fs = require('fs');
var ttf2woff2 = require('ttf2woff2');

var input = fs.readFileSync('font.ttf');

fs.writeFileSync('font.woff2', ttf2woff2(input));

Contributing

Feel free to push your code if you agree with publishing under the MIT license.

Stats

NPM NPM

/@tfoxy/ttf2woff2/

    Package Sidebar

    Install

    npm i @tfoxy/ttf2woff2

    Weekly Downloads

    0

    Version

    3.0.1

    License

    MIT

    Unpacked Size

    5.56 MB

    Total Files

    78

    Last publish

    Collaborators

    • tfoxy