generate_blob
Generate a single organic blob as a complete SVG with customizable size, color, complexity, and randomness. Create rounded, organic shapes for use in designs, placeholders, or illustrations.
Instructions
Generate a single blob shape as a complete SVG. Returns an organic, rounded shape with customizable size, color, complexity, and randomness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Integer seed for reproducible shapes. Same seed = same shape (default: random) | |
| size | No | Width and height of the SVG in pixels (default: 200) | |
| color | No | Fill color, any CSS color value (default: "#6366f1") | |
| stroke | No | Optional stroke color | |
| opacity | No | Fill opacity from 0 to 1 (default: 1) | |
| complexity | No | Number of control points (3-20). More points = more detailed shape (default: 6) | |
| randomness | No | How much the radius varies (0 = circle, 1 = very irregular). Default: 0.5 | |
| stroke_width | No | Stroke width in pixels (default: 2) |