UNPKG

lost-sia

Version:

Single Image Annotation Tool

12 lines (10 loc) 164 B
const INFO = "info"; const SUCCESS = "success"; const WARNING = "warning"; const ERROR = "error"; export default { INFO, SUCCESS, WARNING, ERROR }