We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9110bb0 commit 047c530Copy full SHA for 047c530
apps/vue-vite-app/src/components/FFmpegDemo.vue
@@ -28,7 +28,7 @@ export default defineComponent({
28
})
29
await ffmpeg.load({
30
coreURL: await toBlobURL(`${baseURL}/ffmpeg-core.js`, 'text/javascript'),
31
- wasmURL: await toBlobURL(`${baseURL}/ffmpeg-core.wasm`, 'applicaiton/wasm'),
+ wasmURL: await toBlobURL(`${baseURL}/ffmpeg-core.wasm`, 'application/wasm'),
32
workerURL: await toBlobURL(`${baseURL}/ffmpeg-core.worker.js`, 'text/javascript')
33
34
message.value = 'Start transcoding'
0 commit comments