Updated readme

This commit is contained in:
Nicola 2021-12-13 15:24:03 +01:00
parent 8abe1f04bb
commit a08f239b5c
1 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,8 @@ Please do not submit pull requests with new features or core changes. Instead, p
## What to Contribute
Any changes that fix bugs or add features are welcome.
Any changes that fix bugs or add features are welcome. Check out the issues if you don't know where to start: if
you're new to the editor, we suggest you check out the Wiki first.
The next version is mostly focused on adding missing essential features and porting to mobile.
@ -24,10 +25,6 @@ Suggestions / Planned features:
- Make a palette grid instead of having a huge stack on the right when colours are too many
- Possibly add collaborate function
- Code refactoring
- Find and fix inefficient sections (nested loops, useless / inefficient parts)
- Refactor the ColorPicker IIFE
- Mobile
- Touch equivalent for mouse clicks
- Hide or scale ui
@ -41,7 +38,7 @@ Suggestions / Planned features:
- Move selection with arrows
- Update borders by dragging the canvas' edges with the mouse when resizing canvas
- Move the canvases so they're centered after resizing the canvas (maybe a .center() method in layer class)
- Scale selection
- Scale / rotate selection
## How to Contribute