This commit is contained in:
黄云飞
2022-05-01 22:27:01 +08:00
parent 149d9d6d2f
commit fd1a8032d9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@
![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.8.8.png) ![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.8.8.png)
## tip
The official NPM package will be available after the release of version 1.0.0
## next features ## next features
1. fix bugs 1. fix bugs
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "0.8.8", "version": "0.8.9",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"lib": "npm run lint && tsc && vite build --mode lib", "lib": "npm run lint && tsc && vite build --mode lib",