From 6e99d8ad93a7a907fd97a201186b51539980ba55 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Sun, 26 Feb 2023 22:14:30 +0800 Subject: [PATCH] docs:next features road map --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 97e0743..db197bd 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,16 @@ new Editor(document.querySelector(".canvas-editor"), [ ]) ``` -## snapshot +## next features -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.8.png) +1. improve performance +2. page header and footer +3. control rules +4. table paging -## next features +## snapshot -1. support mac os -2. drag text (optimization) -3. page header and footer -4. control rules -5. table paging +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.8.png) ## install