File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ ![ Node Version] ( https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg )] ( https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg )
10
10
[ ![ Actions Status] ( https://github.com/ffmpegjs/ffmpeg.js/workflows/CI/badge.svg )] ( https://github.com/ffmpegjs/ffmpeg.js/actions )
11
+ ![ npm (tag)] ( https://img.shields.io/npm/v/@ffmpeg/ffmpeg/latest )
11
12
[ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/ffmpegjs/ffmpeg.js/graphs/commit-activity )
12
13
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
13
14
[ ![ Code Style] ( https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb )] ( https://github.com/airbnb/javascript )
@@ -66,7 +67,7 @@ $ npm install @ffmpeg/ffmpeg
66
67
Or, using a script tag in the browser:
67
68
68
69
``` html
69
- <
script src =
" https://unpkg.com/@ffmpeg/[email protected] .0 /dist/ffmpeg.min.js" ></
script >
70
+ <
script src =
" https://unpkg.com/@ffmpeg/[email protected] .1 /dist/ffmpeg.min.js" ></
script >
70
71
<script >
71
72
const { createWorker } = FFmpeg;
72
73
...
You can’t perform that action at this time.
0 commit comments