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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    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