takumi 1.7.0

Render UI component trees to images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod viewport;

/// Node Tree
pub mod node;

pub(crate) mod inline;
/// CSS-like styling system with colors, units, and properties
pub mod style;
pub(crate) mod tree;

pub use viewport::*;