# Usage Guide

### Prompt Slots
| Slot | Description | Example |
|------|-------------|---------|
| `<scene_description>` | Short description of the visual concept. | "Friendly robot holding a coffee cup" |
| `<style>` | Desired visual style. | "flat‑design" |
| `<brand_colors>` | Comma‑separated HEX values (no spaces). | "#0A74DA,#F2C94C" |
| `<width>` / `<height>` | Pixel dimensions of the final SVG. | "500" / "500" |

### Best‑practice tips
- Keep the scene description concise (max 8 words) to guide the model.
- Test the output SVG in an HTML page to verify viewBox scaling.
- Run the SVG through SVGO (or similar) if you need further size reduction.
