UNPKG

makefont

Version:

According to the given text converted to the corresponding font file,base on fontmin

8 lines (6 loc) 186 B
#!/usr/bin/env node var makefont = require('./lib'); console.log('start fontmin !'); makefont.progress(makefont.init(process.argv), function() { console.log('fontmin success !'); });