Skip to content

jason-ni/tfvtracer

Repository files navigation

Introduction

This project embeds VTracer webapp in Tauri. So you can use vtracer to convert raster images to svg locally.

How to use

  • 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

Screenshot

screenshot