Renderer and VRT packages for crater
Dependencies
mizchi/crater-renderer does not have a README file
fn diff_rendered_paint_trees(baseline_html : String, current_html : String, viewport : Size[Double]) -> PaintTreeDifffn prepare_vrt_page(html : String, viewport : Size[Double], external_css : Array[String]) -> PreparedVrtPagefn prepare_vrt_page_with_prepared_external_css(html : String, viewport : Size[Double], external_css : PreparedExternalCss) -> PreparedVrtPagefn render_html_batch_variants(html : String, viewport : Size[Double], variants : Array[RenderVariant]) -> Array[RenderVariantResult]fn render_html_to_paint_tree_with_prepared_external_css(html : String, viewport : Size[Double], external_css : PreparedExternalCss) -> PaintNodefn render_text_to_image(text : String, width : Int, height : Int, x? : Int, y? : Int, scale? : Int) -> RenderedImageRenderer and VRT packages for crater
Dependencies