Versions in this module Expand all Collapse all v0 v0.0.2 Feb 15, 2025 v0.0.1 Feb 15, 2025 Changes in this version + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func NewColorFigure(phrase, fontName string, color string, strict bool) figure + func NewFigure(phrase, fontName string, strict bool) figure + func NewFigureWithFont(phrase string, reader io.Reader, strict bool) figure + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + func Write(w io.Writer, fig figure)