low-earth-orbit / konva-whiteboard

A simple whiteboard app built using Konva library.
https://whiteboard.leohong.dev/
MIT License
2 stars 2 forks source link

Debounce color and stroke width changes #51

Open low-earth-orbit opened 2 months ago

low-earth-orbit commented 2 months ago

Color and stroke width changes seem to trigger updating canvas objects too often. It causes too many noises in history state.

Follows #55 & #30