UNPKG

fontler

Version:

fontler is font subsetter using sfntly

45 lines (44 loc) 840 B
{ "name": "fontler", "version": "1.6.1", "description": "fontler is font subsetter using sfntly", "main": "fontler.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/dolsup/fontler.git" }, "keywords": [ "font", "subset", "webfont", "woff", "woff2", "convert", "conversion", "eot", "ttf", "sfntly", "optimize", "optimization", "hangul", "hanzi", "kanji", "CJK" ], "author": "dolsup", "license": "Beerware", "bugs": { "url": "https://github.com/dolsup/fontler/issues" }, "homepage": "https://github.com/dolsup/fontler#readme", "dependencies": { "is-ttf": "^0.2.1", "ttf2woff2": "^1.2.2" } }