save_screenshots
Export screenshots from Figma nodes directly to local files. Batch process multiple exports in PNG, SVG, JPG, or PDF with custom paths and scale settings.
Instructions
Export screenshots for multiple nodes and save them to the local filesystem. Returns metadata only (no base64).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Default export format: PNG (default), SVG, JPG, or PDF | |
| items | Yes | List of {nodeId, outputPath, format?, scale?} objects | |
| scale | No | Default export scale for raster formats (default 2) |