Versions in this module Expand all Collapse all v0 v0.0.1 Nov 10, 2023 Changes in this version + func EncodePlayText(ps schema.PatternSet) []string + func LoadFromJSON(data interface{}, path string) error + func LoadFromLine(path string) ([]string, error) + func LoadPatternFile(fp string) (*schema.PatternSet, error) + func ParseColor(raw string) (color.Color, error) + func ParsePlayText(lines []string) (*schema.PatternSet, error) + func SaveAsJSON(data interface{}, path string) error + func SaveAsLine(data []string, path string) error + func SetLog(l *zap.SugaredLogger)