Update README.md
This commit is contained in:
parent
cf97715b6e
commit
076b83b3a6
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
[](https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg)
|
[](https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg)
|
||||||
[](https://github.com/ffmpegjs/ffmpeg.js/actions)
|
[](https://github.com/ffmpegjs/ffmpeg.js/actions)
|
||||||
|

|
||||||
[](https://github.com/ffmpegjs/ffmpeg.js/graphs/commit-activity)
|
[](https://github.com/ffmpegjs/ffmpeg.js/graphs/commit-activity)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://github.com/airbnb/javascript)
|
[](https://github.com/airbnb/javascript)
|
||||||
@ -66,7 +67,7 @@ $ npm install @ffmpeg/ffmpeg
|
|||||||
Or, using a script tag in the browser:
|
Or, using a script tag in the browser:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/@ffmpeg/ffmpeg@0.6.0/dist/ffmpeg.min.js"></script>
|
<script src="https://unpkg.com/@ffmpeg/ffmpeg@0.6.1/dist/ffmpeg.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const { createWorker } = FFmpeg;
|
const { createWorker } = FFmpeg;
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user