diff --git a/src/App.tsx b/src/App.tsx index afc46d5..71a7ac4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,8 +12,6 @@ function App(): JSX.Element { const ffmpegRef = useRef(new FFmpeg()); const load = async () => { - const baseURL = - "https://cdn.jsdelivr.net/npm/@ffmpeg/core@0.12.10/dist/umd"; const ffmpeg = ffmpegRef.current; ffmpeg.on("log", ({ message }) => { console.log(message);