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 7560ada commit 4d03e8aCopy full SHA for 4d03e8a
src/browser/defaultOptions.js
@@ -7,4 +7,4 @@ const corePath = typeof process !== 'undefined' && process.env.NODE_ENV === 'dev
7
? new URL('/node_modules/@ffmpeg/core/dist/ffmpeg-core.js', import.meta.url).href
8
: `https://unpkg.com/@ffmpeg/core@${devDependencies['@ffmpeg/core'].substring(1)}/dist/ffmpeg-core.js`;
9
10
-module.exports = { corePath };
+export default { corePath };
0 commit comments