Add nextjs in example page

This commit is contained in:
Jerome Wu 2023-08-12 11:39:30 +08:00
parent ff95e123ec
commit 43403679b2
3 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -37,5 +37,13 @@ any of the example.
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>
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
<ExampleCard
img="/img/nextjs.png"
title="Next.js"
desc="Next.js (single thread version)"
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/nextjs-app"
/>
</Grid>
</Grid> </Grid>
</MuiThemeProvider> </MuiThemeProvider>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB