-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish package to npm #45
Comments
One temporary solution is using cdnJS: |
But an npm package would be much nicer! |
yep, it will mostly be used with some bundler as webpack. I found on npm ics-browser-gen, which seems to be this library, but importing it as ES module fails with message it is not a function. Any idea how to import this lib inside front end framework if ES Module imports are not working? |
@PerpetualWar, any news related to this? |
I use npm for developing client side. Do you think you could publish this package on there?
Also, you should probably move your
package.json
dependencies todevDependencies
The text was updated successfully, but these errors were encountered: