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

Create spinning prize wheels on HTML canvas with Winwheel.js

Results 39 javascript-winwheel issues
Sort by recently updated
recently updated
newest added

I'm using text right now but if could be possible to add emojis instead of text would be great 🔫

Is there a way I can insert an image in a segment without using the one image per segment?

Hi, looking at your code I noticed the line: `this.animation._stopAngle = Math.floor((Math.random() * 359));` According to the definition of Math.random() (see ) The Math.random() function returns a floating-point, pseudo-random number...

Added package.json and modified to work with NPM

hello, http://dougtesting.net/winwheel/examples/wheel_of_fortune i run example on IOS, sound not work. android it ok. Pls double check ! thanks.

bug

Is there an option to set it to stop on a Field that i decide after the 3 spins just as a test sample i use the basic_code_wheel so if...

when I reload page, sometimes some of segments doesn't have an image. it happens randomly - can render all images, can also not what could be the reason for this

bug
question

I want behaviour like in css - overflow: hidden is it possible?

question

The text on my wheel becomes blurry if i open it on mobile devices, although it works fine on desktop. theWheel = new Winwheel({ 'numSegments' : 2, 'textFontSize' : '16',...