livid 0.2.13

livid is a lightweight frontend Rust crate for creating web apps via webassembly
Documentation
1
2
3
4
5
pub use crate::error::*;
pub use crate::traits::*;
pub trait SvgDrawer {
    fn draw_svg(&self, svg: &str, dx: f64, dy: f64, dw: f64, dh: f64);
}