Unnecessary comment

This commit is contained in:
2025-11-02 01:30:58 -04:00
parent 0b5e5abbd4
commit 8abcd6995c

View File

@@ -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);
};