Versions in this module Expand all Collapse all v1 v1.0.2 Jan 14, 2024 v1.0.1 Jan 9, 2024 Changes in this version + type HTMLCanvas struct — js/wasm + func New(c js.Value, width, height, dpm float64) *HTMLCanvas + func (r *HTMLCanvas) RenderImage(img image.Image, m canvas.Matrix) + func (r *HTMLCanvas) RenderPath(path *canvas.Path, style canvas.Style, m canvas.Matrix) + func (r *HTMLCanvas) RenderText(text *canvas.Text, m canvas.Matrix) + func (r *HTMLCanvas) Size() (float64, float64)