Skip to content

An open-source Node.js API for running Vtracer's vectorization algorithm

Notifications You must be signed in to change notification settings

akshaygpt/vtracer-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Node js API for Vtracer - Convert raster images to vector.

Usage guide

  • 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>

About

An open-source Node.js API for running Vtracer's vectorization algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published