zarocknz/javascript-winwheel

Make a UMD Module and module loadable via npm.

Opened this issue · 4 comments

It would wonderful if this could be wrapped in UMD so that you can use this as a script tag, a node module, or AMD/CommonJS require, or ES6/ES2015/Typescript Import.

👍 Really needed.

Hi Zarocknz,
We are using this plugin in an AngularJS 1+ project. We badly need it in the form of NPM package to be able to use in Angular2+ project. It will be really helpful if you can provide this. Also sound feature is no t working in IOS devices. Could be lack of support from ios. but ,please check this.

I have installed this script using npm install winwheel, but I have noticed that in this way I get old version of the script. I don't quite understand relationship between Github releases and npm, but could this be synced so we can use npm to get latest version?

Hi @kovinet the npm version is not owned by me, someone took a copy of the Winwheel.js and put it up there a long time ago and yes they don't update it so its quite out of date (plus they did not even match the version number with the Github release version). To ensure you can use the latest features please download Winwheel.js from here on Github. Thanks.