UNPKG

@amnstak/react-image-annotate

Version:

[![npm version](https://img.shields.io/npm/v/@asi/react-image-annotate.svg)](https://www.npmjs.com/package/@amnstak/react-image-annotate)

8 lines (6 loc) 470 B
import { default as Annotator } from './Annotator'; export type { AnnotatorProps, AnnotatorRef } from './Annotator'; export type { MainLayoutState, MainLayoutImageAnnotationState, 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;