We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a900f27 commit 3424b5fCopy full SHA for 3424b5f
MP3Tools/resampler.html
@@ -14,7 +14,8 @@ <h1>MP3 Resampler</h1>
14
<p id="status"></p>
15
16
<script type="module">
17
-import { createFFmpeg, fetchFile } from "https://esm.run/@ffmpeg/ffmpeg@0.12.6";
+import FFmpeg from "https://esm.run/@ffmpeg/ffmpeg@0.12.6";
18
+const { createFFmpeg, fetchFile } = FFmpeg;
19
20
const ffmpeg = createFFmpeg({ log: true });
21
0 commit comments