Skip to content

Commit 810aa02

Browse files
committed
fix: add a bit about browser caching to the ffmpeg.wasm dowload warning
1 parent f85c8b4 commit 810aa02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

playgrounds/app/src/components/Editor.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,10 @@ export default function Editor(props: EditorProps) {
10311031
<Dialog open={isShowingFfmpegDialog()} onOpenChange={setIsShowingFfmpegDialog} modal>
10321032
<DialogContent>
10331033
<Show when={!isDownloadingFfmpeg()} fallback={<p>Downloading...</p>}>
1034-
<p class="">To create video, must download ffmpeg.wasm. It is approximately 30MB.</p>
1034+
<p class="">
1035+
To create video, must download ffmpeg.wasm. It's approximately 30MB. If you have
1036+
downloaded it here before, your browser cache should kick in.
1037+
</p>
10351038
</Show>
10361039
<DialogFooter>
10371040
<Button

0 commit comments

Comments
 (0)