UNPKG

@web-alchemy/fonttools

Version:

This is the Node.js adapter of [python font tools](https://github.com/fonttools/fonttools) via [Pyodide](https://pyodide.org) without having to install python and its dependencies.

59 lines (58 loc) 1.21 kB
{ "name": "@web-alchemy/fonttools", "version": "1.3.4", "main": "main.js", "bin": { "fonttools": "./bin/fonttools", "pyftsubset": "./bin/pyftsubset", "pyftmerge": "./bin/pyftmerge", "ttx": "./bin/ttx" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "scripts": { "postpublish": "git push origin --all; git push origin --tags", "postversion": "npm publish", "preversion": "npm test", "test": "echo \"No test specified\" && exit 0", "postinstall": "node hooks/post-install.js" }, "dependencies": { "pyodide": "^0.27.1" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/web-alchemy/fonttools.git" }, "keywords": [ "fonttools", "font", "fonts", "webfont", "web-font", "typography", "subset", "pyodide", "python", "optimization", "convert", "opentype", "truetype", "ttf", "woff", "woff2", "wasm", "webassembly", "cli", "command-line" ], "bugs": { "url": "https://github.com/web-alchemy/fonttools/issues" }, "homepage": "https://github.com/web-alchemy/fonttools" }