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
pub fn render_html_with_css(
html: &str,
css: &str,
width: i32,
height: i32,
) -> Vec<u32>Render HTML with an external CSS string to a pixel buffer