1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00

fix: export serializeLibraryAsJSON from the package (#5017)

This commit is contained in:
Achille Lacoin 2022-04-07 09:05:44 +02:00 committed by GitHub
parent cb6b7559b4
commit c2fce6d8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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