Converting a raster image to SVG sounds like a backend job: upload the file, enqueue a worker, run a native tracer, and return the result. For simple logos, icons, badges, and flat illustrations, that architecture is often unnecessary. Modern browsers can decode the image, run a WebAssembly tra...
Source: [Dev.to](https://dev.to/chynna_he_0cf22e351a30185/building-a-non-blocking-jpg-to-svg-converter-in-the-browser-with-webassembly-3peg)