From 8abcd6995c70859d9c6c6e5af213184ab542c6ed Mon Sep 17 00:00:00 2001 From: Amanda Date: Sun, 2 Nov 2025 01:30:58 -0400 Subject: [PATCH] Unnecessary comment --- src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); };