@hufe921/canvas-editor 0.9.10 → 0.9.12

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
@@ -4,8 +4,9 @@
4
4
 
5
5
  ## tips
6
6
 
7
- 1. The render layer by svg is under development, see [feature/svg](https://github.com/Hufe921/canvas-editor/tree/feature/svg)
8
- 2. The export pdf feature is available now, see [feature/pdf](https://github.com/Hufe921/canvas-editor/tree/feature/pdf)
7
+ 1. [docs](https://hufe.club/canvas-editor-docs/)
8
+ 2. The render layer by svg is under development, see [feature/svg](https://github.com/Hufe921/canvas-editor/tree/feature/svg)
9
+ 3. The export pdf feature is available now, see [feature/pdf](https://github.com/Hufe921/canvas-editor/tree/feature/pdf)
9
10
 
10
11
  ## usage
11
12
 
@@ -31,10 +32,11 @@ new Editor(document.querySelector(".canvas-editor"), [
31
32
 
32
33
  ## next features
33
34
 
34
- 1. page header and footer
35
- 2. control rules
36
- 3. table paging
37
- 4. docs
35
+ 1. drag text (optimization)
36
+ 2. page header and footer
37
+ 3. control rules
38
+ 4. table paging
39
+ 5. docs
38
40
 
39
41
  ## install
40
42