File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/website/docs/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Install ffmpeg.wasm with minimal setup via installing it via CDN.
39
39
``` html
40
40
<html >
41
41
<head >
42
- <script src =" https://unpkg.com/@ffmpeg/ffmpeg@0.12.0 /dist/umd/ffmpeg.js" ></script >
42
+ <script src =" https://unpkg.com/@ffmpeg/ffmpeg@0.12.1 /dist/umd/ffmpeg.js" ></script >
43
43
<script src =" https://unpkg.com/@ffmpeg/util@0.12.0/dist/umd/index.js" ></script >
44
44
<script >
45
45
const { FFmpeg } = FFmpegWASM;
@@ -56,7 +56,7 @@ Install ffmpeg.wasm with minimal setup via installing it via CDN.
56
56
<html >
57
57
<head >
58
58
<script type =" module" >
59
- import { FFmpeg } from " https://unpkg.com/@ffmpeg/ffmpeg@0.12.0 /dist/esm/ffmpeg.js" ;
59
+ import { FFmpeg } from " https://unpkg.com/@ffmpeg/ffmpeg@0.12.1 /dist/esm/ffmpeg.js" ;
60
60
import { fetchFile } from " https://unpkg.com/@ffmpeg/util@0.12.0/dist/esm/index.js" ;
61
61
</script >
62
62
</head >
You can’t perform that action at this time.
0 commit comments