javascript-winwheel icon indicating copy to clipboard operation
javascript-winwheel copied to clipboard

Make a UMD Module and module loadable via npm.

Open TheLarkInn opened this issue 9 years ago • 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.

TheLarkInn avatar Apr 28 '16 14:04 TheLarkInn

👍 Really needed.

jedrzejchalubek avatar Dec 13 '16 12:12 jedrzejchalubek

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.

arvindkumar96 avatar Sep 12 '18 12:09 arvindkumar96

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?

kovinet avatar Feb 08 '19 09:02 kovinet

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.

zarocknz avatar Feb 08 '19 18:02 zarocknz