mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: export serializeLibraryAsJSON from the package (#5017)
This commit is contained in:
parent
cb6b7559b4
commit
c2fce6d8c4
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ export {
|
||||||
exportToBlob,
|
exportToBlob,
|
||||||
exportToSvg,
|
exportToSvg,
|
||||||
serializeAsJSON,
|
serializeAsJSON,
|
||||||
|
serializeLibraryAsJSON,
|
||||||
loadLibraryFromBlob,
|
loadLibraryFromBlob,
|
||||||
loadFromBlob,
|
loadFromBlob,
|
||||||
getFreeDrawSvgPath,
|
getFreeDrawSvgPath,
|
||||||
|
|
Loading…
Add table
Reference in a new issue