Flowchart: Watercolor × Paper
The Mermaid source stays the same; the render call supplies watercolor as the style and paper as the palette.
Render options style: ['watercolor', 'paper'], seed: 4
flowchart TD
A[Start] --> B{Decision?}
B -->|Yes| C[Do the thing]
B -->|No| D[Skip it]
C --> E[End]
D --> Estyle: ['watercolor', 'paper'], seed: 4.