pr675
Hufe921 4 years ago
parent 08b519e8a4
commit 5dc2f3c3ff

@ -4,7 +4,7 @@
## snapshot ## snapshot
![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.7.3.png) ![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.7.4.png)
## next features ## next features

@ -1,5 +1,5 @@
{ {
"version": "0.7.3", "version": "0.7.4",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"lib": "tsc && vite build --mode lib", "lib": "tsc && vite build --mode lib",

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

@ -103,5 +103,6 @@ export type {
IEditorOption, IEditorOption,
IEditorResult, IEditorResult,
IContextMenuContext, IContextMenuContext,
IRegisterContextMenu IRegisterContextMenu,
IWatermark
} }
Loading…
Cancel
Save