Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderLetter ¶
func RenderLetter(l byte, opts TextOptions) []string
RenderLetter returns ASCII art lines for a single character Supports: A-Z, 0-9, space, and special characters: - _ + ( ) Returns 6 lines of ASCII art for the given character
func RenderText ¶
func RenderText(text string, opts TextOptions) []string
RenderText renders text as large ASCII art by combining individual letters Supports: A-Z, 0-9, space, and special characters: - _ + ( )
Types ¶
type TextOptions ¶
Click to show internal directories.
Click to hide internal directories.