Visual Studio Code / Cursor extension for quick previews of Aseprite pixel art files (.aseprite and .ase). Only meant for a quick look at a sprite to save having to open it fully in Aseprite.
- 🎨 View
.asepriteand.asefiles directly in VS Code - 🎬 Play animations with frame controls
- 🔍 Zoom from 1x to 16x
- 📊 Show sprite info (size, frames, layers)
- 🎯 Toggle between smooth and pixel-perfect rendering
- 🎭 Multiple background options
- 📸 Export current frame as PNG
Install from the VS Code Marketplace or search for "Aseprite Preview" in the Extensions view.
Just click on an .aseprite or .ase file in VS Code. Use the toolbar to play animations, zoom, and adjust settings.
npm install
npm run compile
# Press F5 to testBuilt from scratch with zero external dependencies using the official Aseprite file format specification.
Contributions are welcome! Whether it's bug fixes, feature additions, or documentation improvements, we appreciate your help in making this project better. For major changes or new features, please open an issue first to discuss what you would like to change.
