generate_svg_placeholder
Create SVG placeholder images for web development by specifying dimensions, colors, and custom text to visualize layouts during design.
Instructions
Generate SVG placeholder images
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Width in pixels | |
| height | No | Height in pixels | |
| backgroundColor | No | Background color (hex) | |
| textColor | No | Text color (hex) | |
| text | No | Custom text (default: dimensions) |