Virtual whiteboard for sketching hand-drawn like diagrams
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
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.
5 years ago
.github Adding open collective sponsor (#275) 5 years ago
public Move octocat to the front (#160) 5 years ago
src Debounce localstorage save (#328) 5 years ago
.gitignore remove static/ from git & ignore (#265) 5 years ago
CONTRIBUTING.md Make all operations on elements array immutable (#283) 5 years ago
LICENSE Add MIT License (#176) 5 years ago
README.md Center element on paste (#248) 5 years ago
package-lock.json Support transparent background + inline picker (#325) 5 years ago
package.json Support transparent background + inline picker (#325) 5 years ago
tsconfig.json TS, Prettier, Eslint (#39) 5 years ago