Change output format from GIF to WEBP (#24)

This commit is contained in:
2026-01-06 17:40:11 +01:00
committed by GitHub
parent 137d0887ef
commit 132f65ae06

View File

@@ -140,7 +140,7 @@ class FlagRenderer:
if progress_reporter:
await progress_reporter.report_step(
LoadingStep("Processing", "Detecting flag bounds and converting to GIF", 0.75)
LoadingStep("Processing", "Detecting flag bounds and converting to WEBP", 0.75)
)
video_path = await page.video.path() # ty:ignore[possibly-missing-attribute]