Unnecessary comment
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user