add_frame
Add a new frame to the active sprite. Specify the insertion position or append at the end, and set the frame duration in milliseconds.
Instructions
Add a new frame to the active sprite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | Frame number to insert at (1-based). null = end. | |
| duration_ms | No | Frame duration in milliseconds (default: 125 = 8 FPS) |