get_image
Extract images from specific nodes in a Figma file by specifying file key, node IDs, and optional parameters like format, scale, and SVG settings.
Instructions
Get images for nodes in a Figma file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileKey | Yes | The key of the file to get images from | |
format | No | Optional. Image format | |
ids | Yes | Array of node IDs to render | |
scale | No | Optional. Scale factor to render at (0.01-4) | |
svg_include_id | No | Optional. Include IDs in SVG output | |
svg_simplify_stroke | No | Optional. Simplify strokes in SVG output | |
use_absolute_bounds | No | Optional. Use absolute bounds |