UNPKG

@saran-ign/react-image-annotate

Version:
7 lines (6 loc) 534 B
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;