export_to_svg
Convert Excalidraw drawings to SVG format for scalable vector graphics that maintain quality at any size.
Instructions
Export an Excalidraw drawing to SVG
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}