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) 176 B
function getPythonMergeFunction(pyodide) { return pyodide.runPythonAsync(` from fontTools.merge import main main `) } module.exports = { getPythonMergeFunction }