mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: create and expose serializeLibraryAsJSON (#5009)
Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
880e4feede
commit
873afdacd3
4 changed files with 19 additions and 3 deletions
|
@ -139,6 +139,6 @@ export const exportToSvg = async ({
|
|||
);
|
||||
};
|
||||
|
||||
export { serializeAsJSON } from "../data/json";
|
||||
export { serializeAsJSON, serializeLibraryAsJSON } from "../data/json";
|
||||
export { loadFromBlob, loadLibraryFromBlob } from "../data/blob";
|
||||
export { getFreeDrawSvgPath } from "../renderer/renderElement";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue