feat: font rendering + logo branding on wrapup slides
Some checks failed
CI / Check / Test (push) Failing after 43s

This commit is contained in:
2026-06-02 23:16:55 +02:00
parent 21c33b169e
commit efd1214a4c
5 changed files with 368 additions and 87 deletions

View File

@@ -44,6 +44,8 @@ pub async fn execute(
transition_duration_secs: 0.8,
resolution: (1080, 1920),
ffmpeg_path: "ffmpeg".to_string(),
font_path: None,
logo_path: None,
};
match renderer.render(&report, poster_images, &config).await {
Ok(video_bytes) => {