figma_get_component_image
Capture a screenshot of a Figma component or frame and return it as a base64-encoded image. Configure format (JPG/PNG), scale, and quality for automation workflows.
Instructions
Get screenshot of a node (component/frame). Returns base64 image. Defaults to JPG@1x q70 (v1.8.0 context-safe). Use fileKey or figmaUrl to target a specific file when multiple plugins are connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| format | No | JPG | |
| nodeId | Yes | ||
| fileKey | No | Target a specific connected file. | |
| figmaUrl | No | Figma file URL for routing. | |
| jpegQuality | No |