Skip to content

@excaliburjs/plugin-aseprite

Compare
Choose a tag to compare
@eonarheim eonarheim released this 05 Oct 01:42
· 313 commits to main since this release
  1. Export using the aseprite cli or through the UI

Export as JSON in Aseprite

  1. Load the Aseprite resource via the json and voila ✨
  • Use AsepriteResource.getAnimation(name) to retrieve animations by the name in aseprite
  • Use AsepriteResource.getSpriteSheet() to get the equivalent Excalibur SpriteSheet
  • Use Aseprite.rawAseprite to access the raw data structure from Aseprite
  • Use Aseprite.image to access the source image for the SpriteSheet