Plumb · screenshot
plumb_screenshotRender a Figma screen or node to PNG/JPG and save it locally for use as a visual reference when building UI from the design system, and as input for verification.
Instructions
Render a Figma screen or node to PNG (or JPG) and save it locally; returns the file path. Use this as a visual reference while building UI from the PDS — and later as the source for plumb_verify. Plugin path; needs the Plumb plugin paired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Node id to render. | |
| out | No | Output path or filename. Absolute paths are honoured as-is; bare filenames are placed under the screenshots directory. Defaults to '<name>-<id>.<ext>', auto-suffixed on collision. | |
| name | No | Screen name — resolved against the file. | |
| scale | No | Render scale. Default 2. | |
| format | No | Output format. Default PNG. |