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.

3 lines (2 loc) 99 B
const { preparePyodide } = require('../pyodide') preparePyodide().then(console.log, console.error)