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:
@@ -95,3 +95,5 @@ export const exportToSvg = ({
|
||||
};
|
||||
|
||||
export { serializeAsJSON } from "../data/json";
|
||||
export { loadFromBlob, loadLibraryFromBlob } from "../data/blob";
|
||||
export { getFreeDrawSvgPath } from "../renderer/renderElement";
|
||||
|
||||
Reference in New Issue
Block a user