Files
vtracer/webapp
Evan Jones c3090ac50b Python bindings sep 2023 (#52)
* Added maturin-based Python binding, to be deployed to https://pypi.org/project/vtracer/

* Removed poetry mentions from pyproject.toml, added README_PY.md for use on PYPI

* ->   v0.6.1
-> moved Python bindings to bottom of converter.rs

* - README_PY.md needed to be inside the cmdapp directory to display on PyPi.irg
->  v0.6.3
2023-09-08 19:43:13 +08:00
..
2021-07-23 23:35:45 +08:00
2021-07-24 16:37:41 +08:00
2020-10-25 14:22:42 +08:00
2023-09-08 19:43:13 +08:00
2020-11-07 19:20:17 +08:00
2020-11-07 19:20:17 +08:00
2021-07-24 16:37:41 +08:00

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