pub fn render_html(
ir: &TimelineIr,
opts: RenderOptions,
) -> Result<String, Error>Expand description
Render the given IR as a standalone HTML document string.
pub fn render_html(
ir: &TimelineIr,
opts: RenderOptions,
) -> Result<String, Error>Render the given IR as a standalone HTML document string.