Update installation.md

This commit is contained in:
jeromewu 2023-08-13 21:23:43 +08:00 committed by GitHub
parent 030b03fab4
commit afd04d914e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,5 @@ yarn add @ffmpeg/ffmpeg @ffmpeg/util
:::info
As `@ffmpeg/ffmpeg` spawns a web worker, you cannot import `@ffmpeg/ffmpeg` from CDN like
unpkg. It is recommended to download it and self-hosted most of the time.
unpkg. It is recommended to download it and host it on your server most of the time.
:::