add_layer
Add a new layer to a sprite file. Specify layer name, optionally create a group layer, and set save path.
Instructions
Add a new layer to a sprite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | Yes | Name for the new layer | |
| isGroup | No | Create a group layer instead of image layer | |
| savePath | No | Path to save |