pub fn load_spine_from_html(html: &str, width: u16, height: u16) -> SpineData
Same as load_spine_data but takes pre-fetched HTML. Used by the html-only entry point in the CLI.
load_spine_data