nwcell / ics.js

A browser firendly VCS file generator written entirely in javascript!!!!!!
MIT License
614 stars 258 forks source link

Publish package to npm #45

Open ProLoser opened 6 years ago

ProLoser commented 6 years ago

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 to devDependencies

lucis commented 4 years ago

One temporary solution is using cdnJS: https://cdn.jsdelivr.net/gh/nwcell/ics.js@0.2.0/ics.deps.min.js

Jones-S commented 4 years ago

But an npm package would be much nicer!

PerpetualWar commented 4 years ago

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?

ickas commented 2 years ago

@PerpetualWar, any news related to this?