apply_style_preset
Apply a style preset to define default font, colors, and roundness for new canvas elements, with an option to also update existing elements to match.
Instructions
Apply a style preset to the canvas. Sets defaults (font, colors, roundness) for future element creation. Optionally updates all existing elements to match the preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the preset to apply (e.g., "clean-tech") | |
| applyToExisting | No | If true, also update all existing elements to match the preset defaults |