javascript-winwheel
javascript-winwheel copied to clipboard
Create spinning prize wheels on HTML canvas with Winwheel.js
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.
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
I want behaviour like in css - overflow: hidden is it possible?
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',...