Export Figma images / icons
download_figma_imagesRender Figma node IDs (from URL or file key) into SVG or PNG images. Optionally save assets to a local directory.
Instructions
Render given node ids to image URLs (svg for icons/vectors, png for raster). Optionally save them to a local directory on the machine running this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| format | No | svg | |
| nodeIds | No | Node ids to export (e.g. ['12:34']). Defaults to the node in the URL. | |
| figmaUrl | Yes | Figma URL or file key. | |
| localDir | No | If set, download the assets into this directory (server-side path). |