We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcbe2c commit 611e829Copy full SHA for 611e829
apps/website/docs/getting-started/examples.md
@@ -25,15 +25,15 @@ any of the example.
25
<ExampleCard
26
img="/img/react-vite.png"
27
title="React + Vite"
28
- desc="React with Vite"
+ desc="React with Vite (single thread version only)"
29
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/react-vite-app"
30
/>
31
</Grid>
32
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
33
34
img="/img/vue-vite.png"
35
title="Vue + Vite"
36
- desc="Vue with Vite"
+ desc="Vue with Vite (single thread version only)"
37
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
38
39
0 commit comments