Also fix the aspect ratio in the wasm example. (#556)

* Also fix the aspect ratio in the wasm example.

* Add the yolo lib.

* Update the build script.
This commit is contained in:
Laurent Mazare
2023-08-22 22:20:08 +01:00
committed by GitHub
parent f9ecc84477
commit 7687a0f453
6 changed files with 68 additions and 26 deletions

View File

@ -1,6 +1,6 @@
mod app;
mod coco_classes;
mod model;
mod worker;
pub mod worker;
pub use app::App;
pub use worker::Worker;