diff --git a/docs/images/visioncortex icon.png b/docs/images/visioncortex icon.png new file mode 100644 index 0000000..6b52a8d Binary files /dev/null and b/docs/images/visioncortex icon.png differ diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 11a3827..6b2eec0 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vtracer-webapp" -version = "0.1.0" +version = "0.4.0" authors = ["Chris Tsang "] edition = "2018" description = "A web app to convert images into vector graphics." diff --git a/webapp/Readme.md b/webapp/Readme.md index e847d85..5a961ca 100644 --- a/webapp/Readme.md +++ b/webapp/Readme.md @@ -1,3 +1,7 @@ +
+ +
+ # visioncortex VTracer A web app to convert raster images into vector graphics. diff --git a/webapp/src/lib.rs b/webapp/src/lib.rs index e3b24c4..4357260 100644 --- a/webapp/src/lib.rs +++ b/webapp/src/lib.rs @@ -7,7 +7,9 @@ // , 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;