1 个不稳定版本

0.4.0 2021 年 7 月 24 日

#13#computer-graphics

MIT/Apache

67KB
785

visioncortex VTracer

一个将位图图像转换为矢量图形的 Web 应用程序。

设置

  1. sudoapt install git build-essential
  2. https://rust-lang.net.cn/tools/install
  3. https://wasm.rust-lang.net.cn/wasm-pack/installer/
  4. https://github.com/nvm-sh/nvm
nvm install --lts

入门指南

  1. 设置
cd app
npm install
  1. 构建 wasm
wasm-pack build
  1. 启动开发服务器
cd app
npm run start

https://127.0.0.1:8080/ 打开浏览器

  1. 发布
npm run build

依赖项

~12MB
~217K SLoC