0.4.0 • Published 2 years ago

vtracer-webapp v0.4.0

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
2 years ago

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
0.4.0

2 years ago

0.0.5

2 years ago