export_diagram
Convert .excalidraw files to SVG format. Provide the file path to generate a scalable vector image for embedding or sharing.
Instructions
Export an .excalidraw file to SVG format.
Args: file_path: Path to the .excalidraw file format: Export format - currently "svg" supported
Returns: Path to the exported file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | svg | |
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |