Christopher Chedeau 3db7d69849
Debounce localstorage save (#328)
I profiled dragging and it looks like it takes ~3ms to save to localStorage a smallish scene and we're doing it twice per mousemove. Let's debounce so we don't pay that cost on every mouse move.

Stole the implementation from #220 which got reverted.
2020-01-11 20:15:41 -08:00
2020-01-05 09:58:47 -08:00
2020-01-11 20:15:41 -08:00
2020-01-05 13:09:29 -08:00
2020-01-09 12:34:46 +01:00
2020-01-02 11:03:48 -08:00
Description
Virtual whiteboard for sketching hand-drawn like diagrams
Readme 158 MiB
Languages
TypeScript 91.4%
SCSS 5.2%
JavaScript 3%
HTML 0.3%