reorder_layers
Move a layer to a new z-order position to change which layers appear on top in your ASCII art animation.
Instructions
Move a layer from one z-order position to another. Index 0 = bottom layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromIndex | Yes | Current index of the layer | |
| toIndex | Yes | Target index to move to |