Crates.io | vtracer-webapp |
lib.rs | vtracer-webapp |
version | 0.4.0 |
source | src |
created_at | 2021-07-24 08:40:02.859085 |
updated_at | 2021-07-24 08:40:02.859085 |
description | A web app to convert images into vector graphics. |
homepage | http://www.visioncortex.org/vtracer |
repository | https://github.com/visioncortex/vtracer/ |
max_upload_size | |
id | 426668 |
size | 252,310 |
A web app to convert raster images into vector graphics.
sudo apt install git build-essential
nvm install --lts
cd app
npm install
wasm-pack build
cd app
npm run start
Open browser on http://localhost:8080/
npm run build