Skip to content

A simple HTML5/CSS/JavaScript based tool to create texture atlas JSON hashes from sprite sheet images.

License

Notifications You must be signed in to change notification settings

asyed94/sprite-sheet-to-json

Repository files navigation

sprite-sheet-to-json

A simple HTML5/CSS/JavaScript based tool to create texture atlas JSON hashes from sprite sheet images.

Image of sprite-sheet-to-json interface.

Written in Typescript and bundled for the web with Rollup.

Usage

Online

Visit https://asyed94.github.io/sprite-sheet-to-json.

Offline

Clone this repository and install its dependencies:

git clone https://github.com/asyed94/sprite-sheet-to-json
cd sprite-sheet-to-json
npm install

npm start launches a server, using serve. Navigate to localhost:3000.

npm run build builds the application to public/bundle.js, along with a sourcemap file for debugging.

npm run watch will continually rebuild the application as your source files change.

npm run dev will run npm start and npm run watch in parallel.

License

ISC.

About

A simple HTML5/CSS/JavaScript based tool to create texture atlas JSON hashes from sprite sheet images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published