UNPKG

@ozdemircibaris/react-image-editor

Version:

Professional React image editor component with blur, crop, shapes, drawing, and undo/redo functionality. Built with Fabric.js and modern React patterns.

4 lines (3 loc) 249 B
export { default as ImageEditor } from "./ImageEditor"; export type { IImageEditorProps } from "./ImageEditor"; export type { CustomFabricObject, CustomFabricImage, CustomFabricPath, FabricSelectionEvent, ImageEditorCustomization, } from "./types";