Versions in this module Expand all Collapse all v0 v0.0.6 Jun 11, 2026 v0.0.5 Jun 2, 2026 Changes in this version + const AllVariants + func Picture(children ...any) *dom.Element + func Source(srcset, mediaOrType string) *dom.Element + type Asset struct + Alt string + Path string + Variants Variant + type ImgElement struct + func Img(src, alt string) *ImgElement + func (i *ImgElement) AsElement() *dom.Element + func (i *ImgElement) Attr(key, val string) *ImgElement + func (i *ImgElement) Class(classes ...string) *ImgElement + func (i *ImgElement) Lazy() *ImgElement + func (i *ImgElement) Size(w, h int) *ImgElement + func (i *ImgElement) String() string + type Variant uint8 + const VariantL + const VariantM + const VariantS