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.

45 lines (44 loc) 999 B
{ "name": "@web-alchemy/fonttools", "version": "1.3.3", "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", "fonts", "subset", "pyodide", "optimization", "woff2" ], "bugs": { "url": "https://github.com/web-alchemy/fonttools/issues" }, "homepage": "https://github.com/web-alchemy/fonttools" }