photoeditorsdk
Version:
The most comprehensive photo editor SDK for HTML5
15 lines (14 loc) • 476 B
TypeScript
export declare enum UIEvent {
EXPORT = "export",
CLOSE = "close",
HISTORY_UNDO = "historyUndo",
HISTORY_REDO = "historyRedo",
HISTORY_CHANGE = "historyChange",
EDITOR_READY = "editorReady",
ERROR_IMAGE_LOADING = "errorImageLoading",
IMAGE_LOAD = "imageLoad",
TOOL_ENTER = "toolEnter",
STICKER_UPLOAD_ADD = "stickerUploadAdd",
ERROR_WEBGL_CONTEXT_LOST = "errorWebGLContextLost",
CROP_DIMENSIONS_CHANGE = "cropDimensionsChange"
}