REST API based on @indoorequal/spritezero-cli
npm i
npm run start
docker-compose up -d
curl --request POST \
--url http://localhost:3000/sprite \
--header 'Content-Type: multipart/form-data' \
--form icons=@<absolute path to svg file> \
--form icons=@<absolute path to another svg file>