Documentation
¶
Overview ¶
Package asciiart provides ASCII art printing functionality for KSail.
This package contains functions for rendering the KSail logo and other ASCII art with color formatting for terminal display.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompactLogo ¶ added in v5.24.0
func CompactLogo() string
CompactLogo returns a minimal single-line logo for space-constrained contexts.
func Logo ¶ added in v5.24.0
func Logo() string
Logo returns the KSail ASCII art block letter logo. This is the standard logo used across CLI and TUI.
func LogoLines ¶ added in v5.24.0
func LogoLines() int
LogoLines returns the number of lines in the logo.
func PrintKSailLogo ¶
PrintKSailLogo displays the KSail ASCII art with colored formatting.
func PrintLogoFromString ¶
PrintLogoFromString processes logo content and applies color formatting. This function is exposed for testing purposes to enable coverage of edge cases. In normal usage, use PrintKSailLogo instead.
Types ¶
This section is empty.