UNPKG

@rockshin/react-image-annotation

Version:

An image annotation tool for ai project that manual annotation for images, easy to use!

4 lines (3 loc) 358 B
import './tldraw-reset.css'; import { ImageAnnotationEditorProps } from './types'; export declare function ImageAnnotationEditor({ images, tools, initialImageIndex, outputTriggerOn, onDone, onAnnotationCreated, onAnnotationChange, onAnnotationDeleted, onImageChange, onImageLoadError, }: ImageAnnotationEditorProps): import("react/jsx-runtime").JSX.Element;