/design:screenshot
Capture a screenshot of the active canvas — full, a single screen, an element, or every screen in a loop. Wrapper over `maude design screenshot` (agent-browser primary, playwright fallback).
| Property | Value |
|---|---|
| Command | /design:screenshot |
| Category | daily (daily) |
| Argument hint | [--screen|--element <id> | --selector <css> | --full | --all-screens] [--area <n>] |
| Source | plugins/design/commands/screenshot.md |
Description
Capture a screenshot of the active canvas — full, a single screen, an element, or every screen in a loop. Wrapper over maude design screenshot (agent-browser primary, playwright fallback).
Invocation
/design:screenshot [--screen|--element <id> | --selector <css> | --full | --all-screens] [--area <n>]Summary
Opens the active canvas (_active.json) via the server URL (not file://), captures a screenshot, saves it to .design/_history/<slug>/screenshots/<NNN>-<area>.png (gitignored).
Source of truth
/design:rollback
Restore the last snapshot of the active canvas (undo the last /design:edit). --steps N to go further back.
/design:to-lottie
Productionize a maude animation → ONE `.lottie` FROM CODE for web and mobile (1:1 lottie-web/dotlottie-react + lottie-react-native). Emitter from keyframe data, NOT a converter of rendered SVG. Self-verify via headless lottie-web.