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