Fix MIME-typo in Vue example (#595)
This commit is contained in:
parent
79b75446d0
commit
819566c694
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user