mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-25 05:25:57 -07:00
Publish desktop updater 1.0.0-alpha.3
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<div align="center">
|
||||
<img src="https://github.com/visioncortex/vtracer/raw/master/docs/images/visioncortex-banner.png">
|
||||
</div>
|
||||
|
||||
# visioncortex VTracer
|
||||
|
||||
A web app to convert raster images into vector graphics.
|
||||
|
||||
## Setup
|
||||
|
||||
0. `sudo apt install git build-essential`
|
||||
1. https://www.rust-lang.org/tools/install
|
||||
2. https://rustwasm.github.io/wasm-pack/installer/
|
||||
3. https://github.com/nvm-sh/nvm
|
||||
```
|
||||
nvm install --lts
|
||||
```
|
||||
|
||||
## Getting Started
|
||||
|
||||
0. Setup
|
||||
```
|
||||
cd app
|
||||
npm install
|
||||
```
|
||||
|
||||
1. Build wasm
|
||||
```
|
||||
wasm-pack build
|
||||
```
|
||||
|
||||
2. Start development server
|
||||
```
|
||||
cd app
|
||||
npm run start
|
||||
```
|
||||
Open browser on http://localhost:8080/
|
||||
|
||||
3. Release
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user