lost-sia
Version:
Single Image Annotation Tool
10 lines (7 loc) • 300 B
text/typescript
import 'semantic-ui-css/semantic.min.css'
import './SIA.scss'
// export all type definitions
export * from './types'
export { default as Sia } from './Sia'
export { default as transform } from './utils/transform'
export { default as TagLabel } from './Toolbar/ToolbarItems/ImageToolItems/TagLabel'