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

Is possible to use emojis on segments?

Open echeverrisantiago opened this issue 2 years ago • 2 comments

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

echeverrisantiago avatar Jul 02 '22 02:07 echeverrisantiago

Possibly; I have not tried it myself. See https://stackoverflow.com/questions/56312457/how-to-load-and-draw-emojis-on-canvas-efficiently This seems to suggest you can provided the font used to render the text on the wheel supports it.

zarocknz avatar Jul 04 '22 03:07 zarocknz

This wouldn't be a Winwheel.js limitation but a limitation of the Canvas API itself. According to the linked StackOverflow question, it is possible to just provide the emojis in the segment text.

lafkpages avatar Aug 23 '22 13:08 lafkpages