otfforge

0.0.2 • Public • Published

otfforge

Convert OpenType font to TrueType format with FontForge.

Requirements

Installation

Install the module as CLI tool

  $ [sudo] npm install otfforge

Usage

const { src, dest } = require('gulp');
const otfforge = require('otfforge');
 
function convertFont(cb) {
    src("**/*.otf")
        .pipe(otfforge())
        .pipe(dest("fonts"));
 
    cb();
}

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i otfforge

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    3.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • shaneshipston