Technickel-Dev / low-poly

Low Poly is a React based website that takes advantage of WASM to generate digital art inspired by low poly art styles.
https://lowpoly.tripleresolution.com/
MIT License
6 stars 5 forks source link

Add debounce to canvas drawing #13

Closed Technickel-Dev closed 2 years ago

Technickel-Dev commented 2 years ago

Currently, the canvas that allows you to draw foreground / background will start running the image manipulation on mouse up.

It would be nice to add a debounce to it so that the user has a few second window to continue drawing new lines rather than having to wait each time they do one line ✏️