1 unstable release
0.4.0 | Jul 24, 2021 |
---|
#13 in #computer-graphics
67KB
785 lines
visioncortex VTracer
A web app to convert raster images into vector graphics.
Setup
sudo apt install git build-essential
- https://www.rust-lang.org/tools/install
- https://rustwasm.github.io/wasm-pack/installer/
- https://github.com/nvm-sh/nvm
nvm install --lts
Getting Started
- Setup
cd app
npm install
- Build wasm
wasm-pack build
- Start development server
cd app
npm run start
Open browser on http://localhost:8080/
- Release
npm run build
Dependencies
~12MB
~217K SLoC