vtracer-webapp

Crates.iovtracer-webapp
lib.rsvtracer-webapp
version0.4.0
sourcesrc
created_at2021-07-24 08:40:02.859085
updated_at2021-07-24 08:40:02.859085
descriptionA web app to convert images into vector graphics.
homepagehttp://www.visioncortex.org/vtracer
repositoryhttps://github.com/visioncortex/vtracer/
max_upload_size
id426668
size252,310
Chris Tsang (tyt2y3)

documentation

README

visioncortex VTracer

A web app to convert raster images into vector graphics.

Setup

  1. sudo apt install git build-essential
  2. https://www.rust-lang.org/tools/install
  3. https://rustwasm.github.io/wasm-pack/installer/
  4. https://github.com/nvm-sh/nvm
nvm install --lts

Getting Started

  1. Setup
cd app
npm install
  1. Build wasm
wasm-pack build
  1. Start development server
cd app
npm run start

Open browser on http://localhost:8080/

  1. Release
npm run build
Commit count: 109

cargo fmt