btk / vectorizer

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

Home Page:https://vectormaker.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

https://vectormaker.co/

License:MIT License


Languages

Language:JavaScript 100.0%