Add quotes, move assets around

This commit is contained in:
Vanilagy
2025-06-28 12:50:45 +02:00
parent 9167dd63df
commit 655cab747c
30 changed files with 112 additions and 95 deletions
@@ -9,7 +9,7 @@ import {
QUALITY_VERY_LOW,
} from 'mediabunny';
import SampleFileUrl from '../../assets/big-buck-bunny-trimmed.mp4';
import SampleFileUrl from '../../docs/assets/big-buck-bunny-trimmed.mp4';
(document.querySelector('#sample-file-download') as HTMLAnchorElement).href = SampleFileUrl;
const selectMediaButton = document.querySelector('button') as HTMLButtonElement;