This is a small website that converts a raster image into an SVG using Potrace compiled to WebAssembly (esm-potrace-wasm).
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Open the shown URL in your browser.
npm run build- Conversion runs in your browser, so large images may be slower.
- If results look messy, tweak:
turdsize(noise filter)opttolerance(curve smoothing)posterizelevel(how many colors/tones to keep)