Browse Source

fix: export serializeLibraryAsJSON from the package (#5017)

Achille Lacoin 3 years ago
parent
commit
c2fce6d8c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/packages/excalidraw/index.tsx

+ 1 - 0
src/packages/excalidraw/index.tsx

@@ -183,6 +183,7 @@ export {
   exportToBlob,
   exportToSvg,
   serializeAsJSON,
+  serializeLibraryAsJSON,
   loadLibraryFromBlob,
   loadFromBlob,
   getFreeDrawSvgPath,