UNPKG

lost-sia

Version:

Single Image Annotation Tool

12 lines (10 loc) 177 B
export const POINT = "point"; export const BBOX = "bBox"; export const LINE = "line"; export const POLYGON = "polygon"; export default { POINT, BBOX, LINE, POLYGON, };