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.
3939``` html
4040<html >
4141 <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 >
4343 <script src =" https://unpkg.com/@ffmpeg/util@0.12.0/dist/umd/index.js" ></script >
4444 <script >
4545 const { FFmpeg } = FFmpegWASM;
@@ -56,7 +56,7 @@ Install ffmpeg.wasm with minimal setup via installing it via CDN.
5656<html >
5757 <head >
5858 <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" ;
6060 import { fetchFile } from " https://unpkg.com/@ffmpeg/util@0.12.0/dist/esm/index.js" ;
6161 </script >
6262 </head >
You can’t perform that action at this time.
0 commit comments