This commit is contained in:
Vanilagy
2025-07-03 11:36:07 +02:00
61 changed files with 1632 additions and 151 deletions
@@ -1,6 +1,6 @@
import { Input, ALL_FORMATS, BlobSource } 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;