@saran-ign/react-image-annotate
Version:
An Image Annotate Library for React
7 lines (6 loc) • 534 B
TypeScript
import { default as Annotator } from './Annotator';
export type { AnnotatorProps } from './Annotator';
export type { MainLayoutState, MainLayoutImageAnnotationState, MainLayoutVideoAnnotationState, MainLayoutStateBase, AnnotatorToolEnum, Image, VideoImage, RegionAllowedActions, Mode, } 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;