This project embeds VTracer webapp in Tauri. So you can use vtracer to convert raster images to svg locally.
- Clone the repository
git clone https://github.com/visioncortex/tfvtracer.git
- Install dependencies
cd tfvtracer
npm install
- Build frontend
npm run build
- Run the app
npm run tauri dev
- Optional: Build a release version
npm run tauri build