export_excalidraw_batch
Batch export multiple Excalidraw diagrams to PNG or SVG with configurable background, dark mode, and scale.
Instructions
Export multiple Excalidraw diagrams to PNG or SVG format in batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Export scale factor (1, 2, or 3) | |
| format | No | Output format: png or svg | png |
| darkMode | No | Export in dark mode | |
| outputDir | No | Output directory. If not provided, exports next to each input file | |
| background | No | Include background color in export | |
| inputPaths | Yes | Array of absolute paths to .excalidraw files |