UNPKG

label-studio

Version:

Data Labeling Tool that is backend agnostic and can be embedded into your applications

13 lines (10 loc) 412 B
// export { default as Zoom } from "./Zoom"; // export { default as KeyPoint } from "./KeyPoint"; import { Brush } from "./Brush"; import { Erase } from "./Erase"; import { KeyPoint } from "./KeyPoint"; import { Polygon } from "./Polygon"; import { Rect } from "./Rect"; import { Zoom } from "./Zoom"; import { FloodFill } from "./FloodFill"; export { Brush, Erase, KeyPoint, Polygon, Rect, Zoom, FloodFill };