Implementation of embedded-graphics https://github.com/embedded-graphics/embedded-graphics DrawTarget based on tiny-skia https://github.com/RazrFalcon/tiny-skia.
To include tinyskiadisplay in your project, add this dependency
line to your Cargo.toml
file:
text
tiny_skia_display = { git = "https://codeberg.org/morphUI/tiny_skia_display" }
shell
cargo run --example minimal
rustup
, rustc
, cargo
(install)wasm-pack
(install)examples/minimal
directornpm install
npm run serve
You can build and view the latest documentation by executing the following command:
shell
cargo doc --no-deps --open