From de499a10ad2d01d5f33f6ba9aa1b33ce33e0662a Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Thu, 27 May 2021 09:07:24 +0800 Subject: [PATCH] docs: update features plan --- docs/features/core.md | 5 +++++ docs/features/idraw.md | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/features/core.md b/docs/features/core.md index f0e77d9..fa9c083 100644 --- a/docs/features/core.md +++ b/docs/features/core.md @@ -1,5 +1,9 @@ +# @idraw/core + - [x] Scale canvas - [x] Scroll canvas +- [] Render by requestAnimateFrame +- [] Image load queue - [] Render data's elements - [] Text - [] Rect @@ -8,5 +12,6 @@ - [] Point - [] Drag elements - [] Move elements' index +- [] Rotate elements - [] Transform elements's size - [] Undo action record \ No newline at end of file diff --git a/docs/features/idraw.md b/docs/features/idraw.md index 593f526..9a4c3d3 100644 --- a/docs/features/idraw.md +++ b/docs/features/idraw.md @@ -1,3 +1,6 @@ -- [] Dashboard -- [] Data input -- [] Result export \ No newline at end of file +# @idraw + +- [] Dashboard render +- [] Input Data +- [] Export Picture +- [] Export source file \ No newline at end of file