@hufe921/canvas-editor 0.9.16 → 0.9.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,17 +26,16 @@ new Editor(document.querySelector(".canvas-editor"), [
26
26
  ])
27
27
  ```
28
28
 
29
- ## snapshot
29
+ ## next features
30
30
 
31
- ![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.8.png)
31
+ 1. improve performance
32
+ 2. page header and footer
33
+ 3. control rules
34
+ 4. table paging
32
35
 
33
- ## next features
36
+ ## snapshot
34
37
 
35
- 1. support mac os
36
- 2. drag text (optimization)
37
- 3. page header and footer
38
- 4. control rules
39
- 5. table paging
38
+ ![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.8.png)
40
39
 
41
40
  ## install
42
41