Skip to content

lorsabyan/spritezero-api

Repository files navigation

spritezero-api

REST API based on @indoorequal/spritezero-cli

How to run

With node.js

npm i

npm run start

With Docker Compose

docker-compose up -d

Request example

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>

About

REST API based on @indoorequal/spritezero-cli

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors