1 个不稳定版本
0.4.0 | 2021 年 7 月 24 日 |
---|
#13 在 #computer-graphics
67KB
785 行

visioncortex VTracer
一个将位图图像转换为矢量图形的 Web 应用程序。
设置
sudoapt install git build-essential
- https://rust-lang.net.cn/tools/install
- https://wasm.rust-lang.net.cn/wasm-pack/installer/
- https://github.com/nvm-sh/nvm
nvm install --lts
入门指南
- 设置
cd app
npm install
- 构建 wasm
wasm-pack build
- 启动开发服务器
cd app
npm run start
在 https://127.0.0.1:8080/ 打开浏览器
- 发布
npm run build
依赖项
~12MB
~217K SLoC