File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/website/src/components/Playground Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd
4
4
export const CORE_MT_URL = `https://unpkg.com/@ffmpeg/core-mt@${ CORE_VERSION } /dist/umd/ffmpeg-core.js` ;
5
5
6
6
export const CORE_SIZE = {
7
- [ `https://unpkg.com/@ffmpeg/core@${ CORE_VERSION } /dist/umd/ffmpeg-core.js` ] : 109667 ,
7
+ [ `https://unpkg.com/@ffmpeg/core@${ CORE_VERSION } /dist/umd/ffmpeg-core.js` ] : 110049 ,
8
8
[ `https://unpkg.com/@ffmpeg/core@${ CORE_VERSION } /dist/umd/ffmpeg-core.wasm` ] : 31598677 ,
9
- [ `https://unpkg.com/@ffmpeg/core-mt@${ CORE_VERSION } /dist/umd/ffmpeg-core.js` ] : 127674 ,
9
+ [ `https://unpkg.com/@ffmpeg/core-mt@${ CORE_VERSION } /dist/umd/ffmpeg-core.js` ] : 128056 ,
10
10
[ `https://unpkg.com/@ffmpeg/core-mt@${ CORE_VERSION } /dist/umd/ffmpeg-core.wasm` ] : 32077318 ,
11
11
[ `https://unpkg.com/@ffmpeg/core-mt@${ CORE_VERSION } /dist/umd/ffmpeg-core.worker.js` ] : 2915 ,
12
12
} ;
You can’t perform that action at this time.
0 commit comments