mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 09:36:09 -08:00
Source Release
This commit is contained in:
13
webapp/src/lib.rs
Executable file
13
webapp/src/lib.rs
Executable file
@@ -0,0 +1,13 @@
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
mod conversion;
|
||||
mod canvas;
|
||||
mod common;
|
||||
mod svg;
|
||||
mod utils;
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
pub fn main() {
|
||||
utils::set_panic_hook();
|
||||
console_log::init().unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user