Skip to content

Commit

Permalink
Fix MIME-typo in Vue example (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle authored Oct 9, 2023
1 parent 79b7544 commit 819566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vue-vite-app/src/components/FFmpegDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineComponent({
})
await ffmpeg.load({
coreURL: await toBlobURL(`${baseURL}/ffmpeg-core.js`, 'text/javascript'),
wasmURL: await toBlobURL(`${baseURL}/ffmpeg-core.wasm`, 'applicaiton/wasm'),
wasmURL: await toBlobURL(`${baseURL}/ffmpeg-core.wasm`, 'application/wasm'),
workerURL: await toBlobURL(`${baseURL}/ffmpeg-core.worker.js`, 'text/javascript')
})
message.value = 'Start transcoding'
Expand Down

0 comments on commit 819566c

Please sign in to comment.