react-visual-annotator
Version:
Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.
6 lines (4 loc) • 310 B
TypeScript
import { ImmutableObject } from 'seamless-immutable';
import { Action, MainLayoutImageAnnotationState } from '../../MainLayout/types';
declare const _default: (state: ImmutableObject<MainLayoutImageAnnotationState>, action: Action) => ImmutableObject<MainLayoutImageAnnotationState>;
export default _default;