get_frame_diff
Compare two ASCII animation frames to identify which cells changed, helping understand frame differences and animation progression.
Instructions
Get the cells that differ between two frames. Useful for understanding animation changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameA | Yes | First frame index | |
| frameB | Yes | Second frame index | |
| maxCells | No | Maximum cells to return |