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 f99e843 commit 5c1e224Copy full SHA for 5c1e224
apps/website/docs/getting-started/usage.md
@@ -16,7 +16,7 @@ If you are a [vite](https://vitejs.dev/) user, use `esm` in **baseURL** instead
16
17
```jsx live
18
// import { FFmpeg } from '@ffmpeg/ffmpeg';
19
-// import { fetchFile } from '@ffmpeg/util';
+// import { fetchFile, toBlobURL } from '@ffmpeg/util';
20
function() {
21
const [loaded, setLoaded] = useState(false);
22
const ffmpegRef = useRef(new FFmpeg());
0 commit comments