google/swissgl

ESM package?

rottencandy opened this issue · 4 comments

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?

You'd have to sign up on npmjs.com and then run npm publish.

See https://docs.npmjs.com/creating-node-js-modules

@rottencandy, @znah:

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)

Thanks, can confirm I'm able to install from github