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