convert_svg_to_marp
Turns SVG files into Marp presentations, offering text extraction, image inclusion, and theme selection for creating slide decks.
Instructions
Convert an SVG file to a Marp presentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Conversion options | |
| svgPath | Yes | Path to the input SVG file | |
| outputPath | No | Path for the output Marp markdown file (optional, defaults to same directory as SVG) |