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 ff95e12 commit 4340367Copy full SHA for 4340367
apps/website/assets/nextjs.xcf
4.29 KB
apps/website/docs/getting-started/examples.md
@@ -37,5 +37,13 @@ any of the example.
37
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
38
/>
39
</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>
48
49
</MuiThemeProvider>
apps/website/static/img/nextjs.png
3.08 KB
0 commit comments