gorgon-editor
v0.1.4
Published
2D Game Sprite & Animation Editor
Downloads
3
Maintainers
Readme
Gorgon Editor
This is not ready for usage yet. This is a work in progress and under development. Any changes will be done without prior notice to consumers of this package.
npm install -g gorgon-editor
Gorgon is a Sprite and Animation Editor. It gives you powerful capabilities for PixelArt Sprite Creation and Edition and Easy way to animate them.
Development
Run in Dev Mode
npm run dev
The dev mode will initiate a server in http://localhost:3000 so be sure to have this port available.
Test
npm test
Build
npm run build
The build will generate a production code in dist folder.