Transform Bitmap Images to SVG


Summary of my bookmarked Github repositories from Nov 11th, 2019

Github repositories

  • jankovicsandras/imagetracerjs

    imagetracerjs is a JavaScript library that provides a simple raster image tracer and vectorizer. It allows you to convert bitmap images to SVG format. The library can be used in the browser or with Node.js. It offers various functions for image manipulation, including tracing images to SVG strings, converting image data to traced data, and appending SVG strings to the DOM. The library also supports option presets for controlling the tracing and rendering process. Additionally, it provides an InkScape extension for further convenience. imagetracerjs is released under the Unlicense, making it free and open-source software.