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
Fork of excalidraw for use with fork of excalidraw-storage-backend
Readme MIT 323 MiB
Languages
TypeScript 93.9%
SCSS 2.6%
MDX 2.1%
JavaScript 1.3%
HTML 0.1%