export_layers
Export each layer of a sprite as a separate image file, using a pattern with {layer} placeholder for custom naming.
Instructions
Export each layer as a separate image file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Source sprite file | |
| outputPattern | Yes | Output path pattern with {layer} placeholder (e.g. 'output-{layer}.png') | |
| frameNumber | No | Export this frame only (1-indexed) |