quiet-js icon indicating copy to clipboard operation
quiet-js copied to clipboard

npm

Open brian-armstrong opened this issue 9 years ago • 6 comments

This package should make its way onto npm. In order to get there, I'd like to do a bit of cleanup and make a proper exports.

brian-armstrong avatar Mar 11 '16 22:03 brian-armstrong

Dupe of #8

millette avatar Aug 02 '17 13:08 millette

You might want to hold off on the exports and go straight to ES modules, which will be standard across all JS VMs. This will be much better than using Node's CommonJS because it will not require an extra build step for browser versus Node, and since you've already been waiting a while to do it right, why not wait to really do it right with ES Modules? Those are my thoughts.

lastmjs avatar Oct 28 '17 18:10 lastmjs

Thanks for the info. Admittedly I'm not a JS guy and it's hard to stay on top of all of this. I do have an exports patch that's 95% done, just need to find the motivation for the last push

brian-armstrong avatar Oct 28 '17 19:10 brian-armstrong

@brian-armstrong, is there any update on your progress?

virtuacoplenny avatar Dec 27 '18 20:12 virtuacoplenny

I've put the first bit of my work for this here #24

brian-armstrong avatar Jan 21 '19 06:01 brian-armstrong

In case there are still people interested, I made this module for a personal project. It is quite dirty but it works (web only) and will probably the job until quiet-js is officially published to npm. Feel free to fork it or send PRs if you have improvements to suggest.

edgarogh avatar Nov 10 '19 14:11 edgarogh