CrazyTim / spin-wheel

An easy to use, themeable component for randomising choices and prizes.
https://crazytim.github.io/spin-wheel/examples/themes
MIT License
174 stars 45 forks source link

Improve performance and memory usage #10

Closed CrazyTim closed 2 years ago

CrazyTim commented 2 years ago

Only re-draw/paint when there are changes.

This means we need to expose methods to make the changes properly.