package diagrams

import "github.com/gohugoio/hugo/tpl/diagrams"

Index

Types

type Diagrams

type Diagrams struct {
	// contains filtered or unexported fields
}

func (*Diagrams) Goat

func (d *Diagrams) Goat(v interface{}) SVGDiagram

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

diagrams.go init.go

Version
v0.93.3
Published
Mar 8, 2022
Platform
linux/amd64
Imports
8 packages
Last checked
3 hours ago

Tools for package owners.