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.
8 lines (6 loc) • 488 B
TypeScript
import { default as Annotator } from './Annotator';
export type { AnnotatorProps } from './Annotator';
export type { MainLayoutState, MainLayoutImageAnnotationState, MainLayoutVideoAnnotationState, MainLayoutStateBase, AnnotatorToolEnum, } from './MainLayout/types';
export type { Region, BaseRegion, Box, PixelRegion, ExpandingLine, KeypointDefinition, Keypoints, Line, Polygon, Point, KeypointsDefinition, } from './types/region-tools';
export { Annotator };
export default Annotator;