Is it possible to import existing javascript libraries in a javascript project?
I was looking for ECS support, but if I could import a custom js library like jprochazk's uECS that could also achieve that feature. If not, is the next best thing to create a compiled & minified version of a library and add that to a source file?