euv-example 0.5.41

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
/// The minimum dimension (width and height in pixels) for the rendered QR code SVG.
pub(crate) const QR_CODE_MIN_DIMENSION: u32 = 200;

/// The prefix for an SVG data URL used as an image source.
pub(crate) const SVG_DATA_URL_PREFIX: &str = "data:image/svg+xml,";

/// The video source URL for the video event demo.
pub(crate) const EVENT_VIDEO_SRC: &str = "https://docs.ltpp.vip/video/ship.mp4";