Skip to content

Commit 4340367

Browse files
committed
Add nextjs in example page
1 parent ff95e12 commit 4340367

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

apps/website/assets/nextjs.xcf

4.29 KB
Binary file not shown.

apps/website/docs/getting-started/examples.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,13 @@ any of the example.
3737
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
3838
/>
3939
</Grid>
40+
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
41+
<ExampleCard
42+
img="/img/nextjs.png"
43+
title="Next.js"
44+
desc="Next.js (single thread version)"
45+
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/nextjs-app"
46+
/>
47+
</Grid>
4048
</Grid>
4149
</MuiThemeProvider>

apps/website/static/img/nextjs.png

3.08 KB
Loading

0 commit comments

Comments
 (0)