art.aseprite.layers
Generate a Lua script and Aseprite command that sets up a standard layer structure, saving the script to disk and returning the command to execute it in your canvas session.
Instructions
Generate a Lua script and Aseprite command to set up standard layer structure. Writes the script to disk and returns the command to execute it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layers | No | Layer names (bottom to top). Default: Outline, Base, Shadow, Detail, Effects | |
| session_id | Yes | Canvas session ID |