diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-12 07:41:11 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-12 07:41:11 +0100 |
commit | 49707ede247a722764443a15b848ed755c1491e8 (patch) | |
tree | c960043edb0146f49a617ea56a22c72b279b2a5c /index.html | |
parent | f41f1ea4b2cf9e4698a2ce67ef9a7ea74d1bf058 (diff) |
feat: deviceorientation to control lensflare
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 36 |
1 files changed, 19 insertions, 17 deletions
@@ -72,23 +72,17 @@ <!-- autocomplete off prevents browsers from remebering the value on page reloads --> <form autocomplete="off"> <div class="buttons"> - <button id="save" class="button is-primary"> + <button class="button is-primary save-image"> Save Image </button> - <button id="share" class="button is-secondary"> + <button class="button is-secondary share-image"> <i class="fa-solid fa-share-from-square fa-fw mr-1"></i> Share </button> </div> - + <div class="field"> - <!-- - <label class="label"> - Use Gyroscope - <input type="checkbox" class="is-pulled-right"> - </label> - --> - <button id="lensflare" class="button is-medium is-fullwidth"> + <button class="button is-medium is-fullwidth lensflare"> Lensflare </button> </div> @@ -236,13 +230,21 @@ <!-- autocomplete off prevents browsers from remebering the value on page reloads --> <form autocomplete="off"> - <button id="save" class="button is-primary"> - Save Image - </button> - <button id="share" class="button is-secondary"> - <i class="fa-solid fa-share-from-square fa-fw mr-1"></i> - Share - </button> + <div class="buttons"> + <button class="button is-primary save-image"> + Save Image + </button> + <button class="button is-secondary share-image"> + <i class="fa-solid fa-share-from-square fa-fw mr-1"></i> + Share + </button> + </div> + + <div class="field"> + <button class="button is-medium is-fullwidth lensflare"> + Lensflare + </button> + </div> <p class="menu-label"> Color Correction |