mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Drag and drop JSON exports to canvas loads the scene (#676)
* Drag and drop JSON exports to canvas loads the scene * remove unneeded onDragOver
This commit is contained in:
parent
53994e71e5
commit
92a0f100b8
3 changed files with 26 additions and 6 deletions
|
@ -10,6 +10,7 @@ export {
|
|||
export {
|
||||
exportCanvas,
|
||||
loadFromJSON,
|
||||
loadFromBlob,
|
||||
saveAsJSON,
|
||||
restoreFromLocalStorage,
|
||||
saveToLocalStorage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue