konowebcodecs/apps/website/docs/getting-started/examples.md
Wesley ae1cdac7db
Add SvelteKit Example (#684)
* Add SvelteKit Example

* package-lock.json
2024-03-07 22:08:44 +08:00

2.1 KiB

import Grid from '@mui/material/Unstable_Grid2'; import MuiThemeProvider from "@site/src/components/common/MuiThemeProvider"; import ExampleCard from "@site/src/components/common/ExampleCard";

Examples

You can find how to use ffmpeg.wasm with frameworks here. 😄

:::caution Do remember to run npm run build in the root of the repository before trying any of the examples. :::