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

render_html_with_css

Function render_html_with_css 

Source
pub fn render_html_with_css(
    html: &str,
    css: &str,
    width: i32,
    height: i32,
) -> Vec<u32>
Expand description

Render HTML with an external CSS string to a pixel buffer