xeokit-convert icon indicating copy to clipboard operation
xeokit-convert copied to clipboard

Remove browser dependencies from convert2xkt.cjs.js

Open xeolabs opened this issue 3 years ago • 0 comments

dist/convert2xkt.cjs.js has a reference to the browser built-in Response class, via the script's loaders.gl dependency.

This is causing a user problems when they call the function exported by this library from their Node.js scripts.

xeolabs avatar Aug 10 '22 15:08 xeolabs