mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: expose getFreeDrawSvg, loadFromBlob and loadLibraryFromBlob from excalidraw package (#3764)
* feat: expose getFreeDrawSvg, loadFromBlob and loadLibraryFromBlob from excalidraw package * Add docs * fix
This commit is contained in:
parent
bfc0656475
commit
bdead4d164
4 changed files with 56 additions and 3 deletions
|
@ -95,3 +95,5 @@ export const exportToSvg = ({
|
|||
};
|
||||
|
||||
export { serializeAsJSON } 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