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 329f681 commit 3b139a8Copy full SHA for 3b139a8
packages/ffmpeg/src/const.ts
@@ -1,7 +1,7 @@
1
export const MIME_TYPE_JAVASCRIPT = "text/javascript";
2
export const MIME_TYPE_WASM = "application/wasm";
3
4
-export const CORE_VERSION = "0.12.0-alpha.2";
+export const CORE_VERSION = "0.12.1";
5
export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;
6
7
export enum FFMessageType {
0 commit comments