Release 0.12.8 | 0.12.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const MIME_TYPE_JAVASCRIPT = "text/javascript";
|
||||
export const MIME_TYPE_WASM = "application/wasm";
|
||||
|
||||
export const CORE_VERSION = "0.12.1";
|
||||
export const CORE_VERSION = "0.12.5";
|
||||
export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;
|
||||
|
||||
export enum FFMessageType {
|
||||
@@ -21,4 +21,4 @@ export enum FFMessageType {
|
||||
LOG = "LOG",
|
||||
MOUNT = "MOUNT",
|
||||
UNMOUNT = "UNMOUNT",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user