UNPKG
image-editor-little
Version:
beta (0.1.4-beta)
latest (0.1.5)
0.1.5
0.1.5-beta
0.1.4
0.1.4-beta.5
0.1.4-beta.4
0.1.4-beta.3
0.1.4-beta.2
0.1.4-beta
0.1.3
0.1.2
0.1.1
0.1.0
Image Editor
github.com/shiyangzhaoa/image-editor
shiyangzhaoa/image-editor
image-editor-little
/
dist
/
constant.d.ts
6 lines
(5 loc)
•
84 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
Status
{ loading =
0
, loaded =
1
, failed =
2
}