UNPKG

lost-sia

Version:

Single Image Annotation Tool

6 lines (5 loc) 170 B
export const INFO = "info"; export const SUCCESS = "success"; export const WARNING = "warning"; export const ERROR = "error"; export default {INFO,SUCCESS,WARNING,ERROR}