Skip to content

Commit

Permalink
feat: update readme with additional feature todos
Browse files Browse the repository at this point in the history
  • Loading branch information
bertyhell committed Aug 28, 2024
1 parent a2b9d32 commit a9a31ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This is a React-based canvas drawing application that allows users to draw vario
- Export drawing as an SVG file
- Export drawing as an PNG file
- Save and load drawings from/to json files
- Select line color and thickness


### Possible future feature ideas (TODO) in order of likelihood
Expand All @@ -37,11 +38,12 @@ This is a React-based canvas drawing application that allows users to draw vario
- Edit existing lines and circles by dragging endpoints/middle points
- Move, rotate, scale shapes
- Align shapes to each other
- Select line color and thickness
- Add measurement indicators
- Layers for drawing shapes in different layers that can be toggled on or off
- Array copy shapes
- Array radial copy shapes
- Hatching and fill areas
- gradient fills
- Import SVG files
- Import images
- Export to dwg
Expand Down

0 comments on commit a9a31ec

Please sign in to comment.