vtracer-webapp

This commit is contained in:
Chris Tsang
2021-07-24 16:37:41 +08:00
parent 227850dd83
commit ebb17ac22b
4 changed files with 8 additions and 2 deletions

BIN
docs/images/visioncortex icon.png generated Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -1,6 +1,6 @@
[package]
name = "vtracer-webapp"
version = "0.1.0"
version = "0.4.0"
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
edition = "2018"
description = "A web app to convert images into vector graphics."

View File

@@ -1,3 +1,7 @@
<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.

View File

@@ -7,7 +7,9 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![doc(
html_logo_url = "https://github.com/visioncortex/vtracer/raw/master/docs/images/visioncortex icon.png"
)]
use wasm_bindgen::prelude::*;
mod conversion;