Pomax / lib-font

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

Make fetch available to browser again #82

Closed RoelN closed 4 years ago

RoelN commented 4 years ago

Since using globalThis we need to map fetch from that so we can still use it in the browser. Avoids this error:

image