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 f714c17 commit 3c0887dCopy full SHA for 3c0887d
apps/website/docs/getting-started/usage.md
@@ -14,6 +14,8 @@ a ~31 MB ffmpeg-core.wasm.
14
:::
15
16
```jsx live
17
+// import { FFmpeg } from '@ffmpeg/ffmpeg';
18
+// import { fetchFile } from '@ffmpeg/util';
19
function() {
20
const [loaded, setLoaded] = useState(false);
21
const ffmpegRef = useRef(new FFmpeg());
@@ -64,6 +66,8 @@ a ~31 MB ffmpeg-core.wasm.
64
66
65
67
68
69
70
+// import { fetchFile, toBlobURL } from '@ffmpeg/util';
71
72
73
0 commit comments