Update examples in website
This commit is contained in:
parent
6d115051eb
commit
638ca164f2
@ -17,7 +17,7 @@ any of the example.
|
|||||||
<ExampleCard
|
<ExampleCard
|
||||||
img="/img/vanilla.png"
|
img="/img/vanilla.png"
|
||||||
title="Vanilla JavaScript"
|
title="Vanilla JavaScript"
|
||||||
desc="Plain JavaScript without any libraries"
|
desc="Plain JavaScript without any additional library"
|
||||||
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vanilla-app"
|
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vanilla-app"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
@ -25,7 +25,7 @@ any of the example.
|
|||||||
<ExampleCard
|
<ExampleCard
|
||||||
img="/img/react-vite.png"
|
img="/img/react-vite.png"
|
||||||
title="React + Vite"
|
title="React + Vite"
|
||||||
desc="React with Vite (single thread version only)"
|
desc="React with Vite (multithread version)"
|
||||||
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/react-vite-app"
|
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/react-vite-app"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
@ -33,7 +33,7 @@ any of the example.
|
|||||||
<ExampleCard
|
<ExampleCard
|
||||||
img="/img/vue-vite.png"
|
img="/img/vue-vite.png"
|
||||||
title="Vue + Vite"
|
title="Vue + Vite"
|
||||||
desc="Vue with Vite (single thread version only)"
|
desc="Vue with Vite (multithread version)"
|
||||||
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
|
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user