Skip to content

Commit

Permalink
fix: export serializeLibraryAsJSON from the package (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Apr 7, 2022
1 parent cb6b755 commit c2fce6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/excalidraw/index.tsx
Expand Up @@ -183,6 +183,7 @@ export {
exportToBlob,
exportToSvg,
serializeAsJSON,
serializeLibraryAsJSON,
loadLibraryFromBlob,
loadFromBlob,
getFreeDrawSvgPath,
Expand Down

2 comments on commit c2fce6d

@vercel
Copy link

@vercel vercel bot commented on c2fce6d Apr 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c2fce6d Apr 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

excalidraw-package-example – ./src/packages/excalidraw

excalidraw-package-example-git-master-excalidraw.vercel.app
excalidraw-package-example-excalidraw.vercel.app
excalidraw-package-example.vercel.app

Please sign in to comment.