foliojs / fontkit

An advanced font engine for Node and the browser
1.48k stars 219 forks source link

Update dependencies and modernize build system #276

Closed devongovett closed 2 years ago

devongovett commented 2 years ago

Fixes #219. Closes #196. Fixes #275. Fixes #271. Fixes #67. Fixes #250. Fixes #246. Fixes #204. Fixes #267.

This updates all dependencies and modernizes the build system, removing babel and rollup in favor of Parcel 2. Also builds an ESM version and runs the tests using native Node ESM support.

To do