Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
728 stars 72 forks source link

use node's zlib for brotli decode / gunzip #122

Closed Pomax closed 3 years ago

Pomax commented 3 years ago

This should fix dependency-related issues for Node, at least. Browsers will still need pako/unbrotli

Pomax commented 3 years ago

Done. Also restored rollup bundling since time moved on since that broke and it works fine now (using terser for modern JS minification)