An open API service indexing awesome lists of open source software.

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

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+
```