diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-12 05:12:38 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-12 05:12:38 +0100 |
commit | f41f1ea4b2cf9e4698a2ce67ef9a7ea74d1bf058 (patch) | |
tree | 3895950dd519385ff85d9b6df65758f5f40c329f /index.html | |
parent | e1dd8faaa5a4ace2854a71c10695105a7e07cf49 (diff) |
feat: enable lensflare in ui and control with mouse position
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 28 |
1 files changed, 21 insertions, 7 deletions
@@ -71,13 +71,27 @@ <!-- 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 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> + + <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"> + Lensflare + </button> + </div> <p class="menu-label"> Color Correction |