Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 421 Bytes

vectorizer

Potrace based multi-colored raster to vector tracer. Inputs PNG/JPG, returns SVG.

Checkout the Demo

Includes 2 functions;

async inspectImage(image)

Returns possible options as an array to choose from. This options can be fed to parseImage function.

async parseImage(image, options)

Traces the image with given options (manually created or created by inspectImage)