UNPKG

make-glyphs

Version:

Tools for working with .glyphs font files.

5 lines (3 loc) 149 B
const LOAD_PLIST = require('load-nextstep-plist') const VALIDATE = require('./validate') module.exports = async fp => LOAD_PLIST(fp).then(VALIDATE)