https://github.com/semibran/sprite
tiny web tool with a lightweight, data-based approach to sprite management
https://github.com/semibran/sprite
Last synced: about 1 year ago
JSON representation
tiny web tool with a lightweight, data-based approach to sprite management
- Host: GitHub
- URL: https://github.com/semibran/sprite
- Owner: semibran
- Created: 2021-01-04T04:01:38.000Z (over 5 years ago)
- Default Branch: decent
- Last Pushed: 2023-10-16T23:06:42.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:59:14.145Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sprite
> tiny tool for splitting sprite sheets into json files
## development
To get started, clone this repo and enter the following commands.
```sh
> pnpm i # install deps
> make start # watch files; requires make 3.8.2+
```