export_to_json
Export an Excalidraw drawing to JSON format for data storage, sharing, or integration with other applications.
Instructions
Export an Excalidraw drawing to JSON
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}