A Pixel Art Tool Powered By Neutralinojs
Make Sure you have NodeJs v16+ & Git Installed
- Get Source Code Using Git
git clone https://github.com/pegvin/NeuSprite- Go Into The Cloned Repo And Install Dependencies
cd NeuSprite
npm install- Test The App (Optional)
npm test- Build the App
npm run build