feat: add more image render options

This commit is contained in:
Benexl
2025-12-01 17:27:47 +03:00
parent f27c0b8548
commit bd9bf24e1c

View File

@@ -178,7 +178,9 @@ class GeneralConfig(BaseModel):
description=desc.GENERAL_SCALE_PREVIEW,
)
image_renderer: Literal["icat", "chafa", "imgcat"] = Field(
image_renderer: Literal[
"icat", "chafa", "imgcat", "system-sixels", "system-kitty", "system-default"
] = Field(
default_factory=defaults.GENERAL_IMAGE_RENDERER,
description=desc.GENERAL_IMAGE_RENDERER,
)