UNPKG

make-glyphs

Version:

Tools for working with .glyphs font files.

5 lines (3 loc) 173 B
const WRITE_GLYPHS = require('write-glyphs-file') const VALIDATE = require('./validate') module.exports = async (fp, g, o) => VALIDATE(g).then(g => WRITE_GLYPHS(fp, g, o))