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.

6 lines (4 loc) 264 B
import { MainLayoutVideoAnnotationState } from '../../MainLayout/types.ts'; import { Region } from '../../types/region-tools.ts'; declare const _default: (keyframes: MainLayoutVideoAnnotationState["keyframes"], time: number) => Region[]; export default _default;