Behaviour implemented by HTML-to-image rendering backends.
Summary
Callbacks
Converts a complete HTML document into an encoded image binary.
Types
@type option() :: {:width, pos_integer()} | {:height, pos_integer()} | {:format, :png | :jpeg | :webp} | {:fonts, [binary()]}