Versions in this module Expand all Collapse all v1 v1.2.0 Feb 15, 2024 Changes in this version + type ImageGenerator struct + func NewImageGenerator(dirPath string) *ImageGenerator + func (g *ImageGenerator) SVGBlock(math []byte) ([]byte, error) + func (g *ImageGenerator) SVGInline(math []byte) ([]byte, error) + func (g *ImageGenerator) SetDirPath(dirPath string) error