package diagrams
import "github.com/gohugoio/hugo/tpl/diagrams"
Package diagrams provides template functions for generating diagrams.
Index ¶
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace provides template functions for the diagrams namespace.
func (*Namespace) Goat ¶
func (d *Namespace) Goat(v any) SVGDiagram
Goat creates a new SVG diagram from input v.
type SVGDiagram ¶
type SVGDiagram interface {
// Wrapped returns the diagram as an SVG, including the <svg> container.
Wrapped() template.HTML
// Inner returns the inner markup of the SVG.
// This allows for the <svg> container to be created manually.
Inner() template.HTML
// Width returns the width of the SVG.
Width() int
// Height returns the height of the SVG.
Height() int
}
Source Files ¶
- Version
- v0.153.4 (latest)
- Published
- Dec 28, 2025
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 4 months ago –
Tools for package owners.