[][src]Function bookbinder_common::convert_svg_to_png

pub fn convert_svg_to_png(
    svg: &str,
    dpi: Option<usize>
) -> Result<Vec<u8>, SvgError>

Convert a svg str to a png file