extract_charming_chart_js

Function extract_charming_chart_js 

Source
fn extract_charming_chart_js(
    html: &str,
    target_div_id: &str,
) -> Result<ExtractedChartJs, HtmlError>
Expand description

Extracts the content of the last <script> tag from an HTML string.