diff --git a/src/js/plugins/ffmpeg-wasm-plugin.js b/src/js/plugins/ffmpeg-wasm-plugin.js index c8b24fae..ef74c5b9 100644 --- a/src/js/plugins/ffmpeg-wasm-plugin.js +++ b/src/js/plugins/ffmpeg-wasm-plugin.js @@ -58,7 +58,7 @@ class FFmpegWasmEngine extends ConvertEngine { * @param {Blob} data - Recorded data that needs to be converted. */ async convert(data) { - const { createFFmpeg, fetchFile } = FFmpeg; + const {createFFmpeg, fetchFile} = FFmpeg; const ffmpeg = createFFmpeg({ corePath: this.convertWorkerURL, log: this.debug