# hypeimage — AI Worker Image Generator Generate stylized typography SVGs with gradient colors and emoji patterns. --- ## Kitchen Sink `/?text=sushi&gradient=sunset&emoji=🔥,🎨,😻,🐻&emoji-angle=45&bg=%23FFF9C4&emoji-opacity=0.25` --- ## Parameters | Param | Default | Description | |-------|---------|-------------| | `text` | _(required)_ | Text to render (max 10 chars, alpha-numeric) | | `gradient` | `valkyrie` | Color scheme: `valkyrie`, `sunset`, `purpledream`, `beach` | | `bg` | `#FFF9C4` | Background hex color | | `style` | `outlined` | Render style: `outlined`, `soft`, `crochet`, `yarn` | | `emoji` | _(none)_ | Background emoji pattern (comma-sep, max 4) | | `emoji-angle` | `45` | Emoji rotation in degrees | | `emoji-opacity` | `0.5` | Emoji opacity 0–1 | | `png` | `false` | Output PNG instead of SVG (set to `true`). Renders at 800×600. | | `padding-left` | `0` | Horizontal padding in px | | `padding-top` | `0` | Vertical padding in px | --- ## Examples | Effect | URL | |--------|-----| | **Basic** | `/?text=Hello` | | **Gradient** | `/?text=World&gradient=sunset` | | **Emoji** | `/?text=Hi&emoji=🔥,✨` | | **Soft** | `/?text=Soft&style=soft` | | **Crochet** | `/?text=Yarn&style=crochet` | | **Yarn** | `/?text=Knit&style=yarn` | | **Dark bg** | `/?text=Hey&bg=%23333&emoji=✨&emoji-opacity=0.5` | | **Flat angle** | `/?text=Flat&emoji=💎&emoji-angle=0` |