kekee000 / fonteditor-core

fonteditor core functions
MIT License
353 stars 67 forks source link

Web Worker Error! #43

Closed aolsx closed 3 years ago

aolsx commented 3 years ago

export default typeof exports !== 'undefined' ? require('xmldom').DOMParser : window.DOMParser;

Window It doesn't exist

kekee000 commented 3 years ago

web worker can't visit global window in the browser, this will fix later.

aolsx commented 3 years ago

thanks! 👍