mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-03-02 18:44:55 +00:00
✨ Change output format from GIF to WEBP (#24)
This commit is contained in:
@@ -140,7 +140,7 @@ class FlagRenderer:
|
|||||||
|
|
||||||
if progress_reporter:
|
if progress_reporter:
|
||||||
await progress_reporter.report_step(
|
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]
|
video_path = await page.video.path() # ty:ignore[possibly-missing-attribute]
|
||||||
|
|||||||
Reference in New Issue
Block a user