feat: Implement poster rendering options with ASCII, Viu, and RichPixels support

This commit is contained in:
sha
2026-01-04 18:35:30 +00:00
parent 9b353a7e7e
commit 442bde73e5
17 changed files with 416 additions and 135 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Custom Textual widgets."""
from .poster_widget import PosterWidget
__all__ = ['PosterWidget']