see-frame
Render composition frames to images for visual verification of issues like clipped text, off-frame layers, or wrong colors. Preview images are fast; use maxWidth 0 for full resolution.
Instructions
SEE what a composition actually looks like: render one or more frames to images and return them so you can visually verify and self-correct (make a change, look, fix). Use this after edits to catch problems the DOM does not reveal - clipped or empty text, blown-out glow, off-frame layers, wrong colors, or Arabic/RTL text that did not shape correctly. Select the comp by name or 1-based index, or leave empty for the active comp. Returns downscaled preview images by default (maxWidth 512) to keep it fast and cheap; pass maxWidth 0 for a native-resolution still. Note: a still is a still - time-based effects like motion blur may look different from playback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | Composition name or 1-based index. Omit to use the active comp. | |
| times | No | Time(s) in seconds to capture. A single number or an array. Defaults to the comp midpoint. Out-of-range values are clamped. | |
| maxWidth | No | Max preview width in pixels (default 512, aspect preserved). Use 0 for a guaranteed-faithful native-resolution frame. | |
| timeoutMs | No | How long to wait for the render, in milliseconds (default 60000). | |
| motionBlur | No | Render the still with motion blur enabled (default false). | |
| includeState | No | Also return the comp's structured state (like inspect-comp) alongside the images. |