diff --git a/src/pages/index.astro b/src/pages/index.astro index 8ab4581..b51ab72 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,13 +4,14 @@ import TuiSlider from "../components/TuiSlider.astro"; import TuiSegment from "../components/TuiSegment.astro"; import TuiToggle from "../components/TuiToggle.astro"; import TuiButton from "../components/TuiButton.astro"; +import Tooltip from "../components/Tooltip.astro"; --- - +
-
GENERATING...
+
Loading...
Preparing art...
@@ -20,9 +21,10 @@ import TuiButton from "../components/TuiButton.astro";
-

AUTOMATED
ASCII
SYNTHESIS

+

SYNTAXBULLET

- Real-time image-to-text conversion engine. + Self-taught Munich-based software engineer + passionate about Generative AI, Linux, and the Web.

@@ -38,54 +40,70 @@ import TuiButton from "../components/TuiButton.astro"; label="EXP" min={0} max={3} - step={0.1} + step={0.01} value={1.0} title="Exposure / Brightness" + description="Adjusts the overall brightness level of the input image before processing." /> +
@@ -101,21 +119,14 @@ import TuiButton from "../components/TuiButton.astro"; id="toggle-color" label="CLR" title="Color Output (HTML)" + description="Toggles between monochrome text and colored HTML spans." /> - + - @@ -132,6 +143,15 @@ import TuiButton from "../components/TuiButton.astro"; options={["AUTO", "ON", "OFF"]} value="AUTO" title="Invert Colors" + description="Inverts brightness mapping. AUTO detects dark/light mode." + /> + @@ -162,17 +183,21 @@ import TuiButton from "../components/TuiButton.astro"; label="RESET" shortcut="R" title="Reset to Auto-detected Settings" + description="Resets all sliders and toggles to their default values." /> +
Q: +