diff --git a/src/App.tsx b/src/App.tsx index 71a7ac4..eaf9646 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,8 +16,7 @@ function App(): JSX.Element { ffmpeg.on("log", ({ message }) => { console.log(message); }); - // toBlobURL is used to bypass CORS issue, urls with the same - // domain can be used directly. + await ffmpeg.load(); setLoaded(true); };