pr675
Hufe921 4 years ago
parent 08b519e8a4
commit 5dc2f3c3ff

@ -4,7 +4,7 @@
## 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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

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