add_frame
Insert a new frame into an ASCII animation at a specified index, with options to set duration and copy content from another frame.
Instructions
Add a new frame to the animation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atIndex | No | Index to insert at (defaults to end) | |
| duration | No | Frame duration in ms (default: 100) | |
| copyFromIndex | No | Copy content from this frame index | |
| name | No | Frame name |