mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
docs: update features plan
This commit is contained in:
parent
83b037a869
commit
de499a10ad
2 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
- [] Dashboard
|
||||
- [] Data input
|
||||
- [] Result export
|
||||
# @idraw
|
||||
|
||||
- [] Dashboard render
|
||||
- [] Input Data
|
||||
- [] Export Picture
|
||||
- [] Export source file
|
||||
Loading…
Reference in a new issue