From e45ea24f03d0af30f37a272d9a8f22806e1710af Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:51:11 +0200 Subject: [PATCH] Small fixes --- docs/examples.md | 2 +- examples/procedural-generation/procedural-generation.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index b83a28e..7941426 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -23,7 +23,7 @@ features: link: /examples/file-compression target: _self - title: Procedural video generation - details: Generate a video file as fast as the hardware allows + details: Generate a video file as fast as the hardware allows. link: /examples/procedural-generation target: _self - title: Feature C diff --git a/examples/procedural-generation/procedural-generation.ts b/examples/procedural-generation/procedural-generation.ts index 37b970c..719305a 100644 --- a/examples/procedural-generation/procedural-generation.ts +++ b/examples/procedural-generation/procedural-generation.ts @@ -68,6 +68,7 @@ const generateVideo = async () => { progressText.style.display = ''; progressText.textContent = 'Initializing...'; resultVideo.style.display = 'none'; + resultVideo.src = ''; videoInfo.style.display = 'none'; errorElement.textContent = '';