You can edit your sprites using .ase
format and then export each layer as a different .gif
file or as a sequence of .png
files using the CLI. For example:
aseprite -b sprite.ase --save-as {layer}.gif
Or
aseprite -b sprite.ase --save-as layer-{layer}-frame-{frame01}.png