diff --git a/README.md b/README.md index d4a8195..0cee7b0 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,16 @@ if it _doesn't_ create an image, check your console output to see if you've got - [ ] BUG: make erase mask actually work, enable the control if you dare - [ ] infinite canvas - [ ] smart crop downloaded image +- [ ] discrete size control for mask and target reticle, discrete x/y axes for reticle - [ ] floating/togglable menu leftnav bar with categorized/sensibly laid-out options - [ ] global undo/redo - [ ] render progress spinner/bar - [ ] inpainting sketch tools - [ ] something actually similar to a "user interface", hopefully actually pleasant - [ ] eventually delete the generated mask display canvases at the bottom of the page, but they're useful for debugging canvas pixel offsets sometimes +- [ ] see if i can use fewer canvases, seems wasteful, canvas isn't free yknow - [ ] honestly probably refactor literally everything ## pull requests **PLEASE SEND PULL REQUESTS** -i am begging you, yes you personally reading this, please fix my horrible code and feel free to insult it, but i absolutely refuse to budge on no 3rd party libraries or dependencies, not even jquery, nothing. vanilla is a very complex and layered flavor if you give it a chance. \ No newline at end of file +i am begging you, yes you personally reading this, please fix my horrible code and feel free to insult it, but i absolutely refuse to budge on no 3rd party libraries or dependencies, not even jquery, nothing. vanilla is a very complex and layered flavor if you give it a chance.