playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
662 stars 61 forks source link

Protect navigator access from causing a ReferenceError #323

Closed kungfooman closed 10 months ago

kungfooman commented 10 months ago

Fixes: https://github.com/playcanvas/pcui/issues/322

Now we can properly import it in node via await import('./dist/module/src/index.mjs') aswell:

image