Versions in this module Expand all Collapse all v0 v0.1.0 Oct 29, 2024 Changes in this version + type RenderOpts struct + Height float64 + Width float64 + type Renderer interface + Render func(ctx context.Context, html io.Reader, pdf io.Writer, opts RenderOpts) error + func NewRodRenderer(chromium string) Renderer