Documentation
¶
Index ¶
Constants ¶
View Source
const ReplacePrefix = "const DATA = "
View Source
const ToReplace = "const DATA = {}"
Variables ¶
This section is empty.
Functions ¶
func HSVToRGB ¶
HSVToRGB converts an HSV triple to an RGB triple. taken from https://github.com/Crazy3lf/colorconv/blob/master/colorconv.go
func Render ¶
func Render(parser language.NodeParser, cfg RenderConfig) error
Types ¶
type DirTree ¶
type DirTree orderedmap.OrderedMap[string, DirTreeEntry]
func NewDirTree ¶
func NewDirTree() *DirTree
type DirTreeEntry ¶
type DirTreeEntry struct {
// contains filtered or unexported fields
}
type RenderConfig ¶
Click to show internal directories.
Click to hide internal directories.