From 695cd9c673d4a4e26d177ae4139e025b8ec5d85e Mon Sep 17 00:00:00 2001 From: zero01101 Date: Tue, 15 Nov 2022 21:15:52 -0600 Subject: [PATCH] minor refactoring, typo fix --- README.md | 2 +- index.html | 2 +- js/index.js | 85 +++++++++++++++++++++++------------------------------ 3 files changed, 38 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 7871bbf..d4a8195 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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 -- [ ] floating/togglable menu leftnav bar with categorized/sensibly laid-out optionas +- [ ] floating/togglable menu leftnav bar with categorized/sensibly laid-out options - [ ] global undo/redo - [ ] render progress spinner/bar - [ ] inpainting sketch tools diff --git a/index.html b/index.html index df674c2..7286dde 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - openOutpaint 0.0.4 + openOutpaint 0.0.4.1