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.

10 lines (9 loc) 179 B
function getPythonSubsetFunction(pyodide) { return pyodide.runPythonAsync(` from fontTools.subset import main main `) } module.exports = { getPythonSubsetFunction }