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.

63 lines (62 loc) 1.28 kB
{ "name": "@web-alchemy/fonttools", "version": "1.4.0", "main": "src/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", "install-python-packages": "node src/scripts/install-python-packages.js" }, "dependencies": { "pyodide": "0.29.3" }, "publishConfig": { "access": "public" }, "files": [ "src", "python_modules" ], "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" }