generate_design_image
Generate SVG or PNG mockup images of UI screens and components in wireframe, mockup, or component preview modes.
Instructions
Generate SVG or PNG mockup images of UI screens and components. Supports wireframe, mockup, and component preview modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | What to render in the image (e.g., "Landing page with hero section and CTA") | |
| type | Yes | Type of image to generate | |
| width | No | Image width in pixels | |
| height | No | Image height in pixels | |
| design_context | No | Optional design context override | |
| output_format | No | Output image format | svg |
| brand_identity | No | JSON string from branding-mcp generate_brand_identity. Overrides design context with brand tokens. |