A Node js API for Vtracer - Convert raster images to vector.
- Put the images in
uploads/
dir - Run the server:
node index.js
- Call the API with an HTTP POST call
curl -X POST "http://localhost:3001/convert" -F "image=@./uploads/<img-file-name>.png" --output output/<desired-output-file-name.svg>