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.

2 lines (1 loc) 267 B
export declare const useCanvasEvents: (canvas: fabric.Canvas | null, isDrawing: boolean, handleObjectSelection: (e: any) => void, handleObjectDeselection: () => void, saveState: () => void, undo: () => void, redo: () => void, handleDeleteObject: () => void) => void;