UNPKG

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.

9 lines (7 loc) 248 B
import { IMatrix } from 'transformation-matrix-js'; import { Dispatch } from 'react'; declare const _default: ({ getLatestMat, changeMat, }: { getLatestMat: () => IMatrix; changeMat: Dispatch<IMatrix>; }) => void; export default _default;