File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/website/docs/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ any of the example.
17
17
<ExampleCard
18
18
img="/img/vanilla.png"
19
19
title="Vanilla JavaScript"
20
- desc="Plain JavaScript without any libraries "
20
+ desc="Plain JavaScript without any additional library "
21
21
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vanilla-app"
22
22
/>
23
23
</Grid>
24
24
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
25
25
<ExampleCard
26
26
img="/img/react-vite.png"
27
27
title="React + Vite"
28
- desc="React with Vite (single thread version only )"
28
+ desc="React with Vite (multithread version)"
29
29
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/react-vite-app"
30
30
/>
31
31
</Grid>
32
32
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
33
33
<ExampleCard
34
34
img="/img/vue-vite.png"
35
35
title="Vue + Vite"
36
- desc="Vue with Vite (single thread version only )"
36
+ desc="Vue with Vite (multithread version)"
37
37
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
38
38
/>
39
39
</Grid>
You can’t perform that action at this time.
0 commit comments