Skip to content

Commit

Permalink
docs: add missing import of toBlobURL (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmv authored Dec 17, 2023
1 parent f99e843 commit 5c1e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are a [vite](https://vitejs.dev/) user, use `esm` in **baseURL** instead

```jsx live
// import { FFmpeg } from '@ffmpeg/ffmpeg';
// import { fetchFile } from '@ffmpeg/util';
// import { fetchFile, toBlobURL } from '@ffmpeg/util';
function() {
const [loaded, setLoaded] = useState(false);
const ffmpegRef = useRef(new FFmpeg());
Expand Down

0 comments on commit 5c1e224

Please sign in to comment.