mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Small fixes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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 = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user