Module renderer

Source
Expand description

Core rendering engine with styling and formatting support. Tree rendering engine for lipgloss-tree.

This module provides the core rendering functionality for tree structures, handling complex styling, alignment, and multiline content rendering. It supports both built-in tree glyphs (├──, └──, etc.) and custom enumerators with proper alignment and styling inheritance.

Structs§

Renderer
The main tree rendering engine.
TreeStyle
Styling configuration for tree rendering.

Functions§

new_renderer
Creates a new renderer with default configuration.