mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-31 02:44:50 +01:00 
			
		
		
		
	fix: export utils from excalidraw package in excalidraw library (#7731)
* fix: export utils from excalidraw package in excalidraw library * don't export utils utilities * fix import path * fix export * don't export export utilites * fix export paths * reexport utils from excalidraw package * add exports from withinBounds * fix path
This commit is contained in:
		| @@ -205,21 +205,3 @@ export const exportToClipboard = async ( | ||||
|     throw new Error("Invalid export type"); | ||||
|   } | ||||
| }; | ||||
|  | ||||
| export * from "./bbox"; | ||||
| export { | ||||
|   elementsOverlappingBBox, | ||||
|   isElementInsideBBox, | ||||
|   elementPartiallyOverlapsWithOrContainsBBox, | ||||
| } from "./withinBounds"; | ||||
| export { | ||||
|   serializeAsJSON, | ||||
|   serializeLibraryAsJSON, | ||||
| } from "../excalidraw/data/json"; | ||||
| export { | ||||
|   loadFromBlob, | ||||
|   loadSceneOrLibraryFromBlob, | ||||
|   loadLibraryFromBlob, | ||||
| } from "../excalidraw/data/blob"; | ||||
| export { getFreeDrawSvgPath } from "../excalidraw/renderer/renderElement"; | ||||
| export { mergeLibraryItems } from "../excalidraw/data/library"; | ||||
|   | ||||
| @@ -1 +0,0 @@ | ||||
| export * from "./export"; | ||||
							
								
								
									
										3
									
								
								packages/utils/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								packages/utils/index.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| export * from "./export"; | ||||
| export * from "./withinBounds"; | ||||
| export * from "./bbox"; | ||||
		Reference in New Issue
	
	Block a user
	 Aakansha Doshi
					Aakansha Doshi