ESM package?
rottencandy opened this issue · 4 comments
rottencandy commented
Thanks for making this.
Is there any interest in creating an ESM package? This would allow users to use SwissGL with build systems and bundlers.
znah commented
I apologize for my ignorance about npm. I merged the package.json, what's next?
rottencandy commented
You'd have to sign up on npmjs.com and then run npm publish
.
micahscopes commented
It's possible to use this now with npm, even without publishing to npmjs.com:
npm install --save google/swissgl
(npm supports installing packages directly from github)
rottencandy commented
Thanks, can confirm I'm able to install from github