UNPKG

@rockshin/react-image-annotation

Version:

An image annotation tool for ai project that manual annotation for images, easy to use!

5 lines (4 loc) 211 B
import './styles/base.css'; export { Button } from './Button'; export { ImageAnnotationEditor } from './components/image-annotator'; export { default as Loading, type LoadingProps } from './components/loading';