⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

render_to_layout

Function render_to_layout 

Source
pub fn render_to_layout(
    html: &str,
    css: &str,
    width: i32,
    height: i32,
) -> LayoutBox
Expand description

Render HTML and return the layout tree (for inspection)