Update installation

This commit is contained in:
Jerome Wu 2023-08-09 17:54:18 +08:00
parent 2638d7aa0f
commit 7791312721

View File

@ -30,6 +30,6 @@ yarn add @ffmpeg/ffmpeg @ffmpeg/util
</Tabs> </Tabs>
:::info :::info
As ffmpeg.wasm spawns a web worker, you cannot import ffmpeg.wasm from CDN like 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 self-hosted most of the time.
::: :::