Run the following command in your terminal to build the Docker image. This command uses the Dockerfile in the current directory to build an image named svg-sprite-creator. docker build -t ...
This program will instantly create a sprite sheet from seperate sprites based on the variables in definition file "map.txt". Upon extraction an example project is already setup to be run. Example ...