Skip to content

Commit

Permalink
fix: add a bit about browser caching to the ffmpeg.wasm dowload warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 25, 2024
1 parent f85c8b4 commit 810aa02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playgrounds/app/src/components/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,10 @@ export default function Editor(props: EditorProps) {
<Dialog open={isShowingFfmpegDialog()} onOpenChange={setIsShowingFfmpegDialog} modal>
<DialogContent>
<Show when={!isDownloadingFfmpeg()} fallback={<p>Downloading...</p>}>
<p class="">To create video, must download ffmpeg.wasm. It is approximately 30MB.</p>
<p class="">
To create video, must download ffmpeg.wasm. It's approximately 30MB. If you have
downloaded it here before, your browser cache should kick in.
</p>
</Show>
<DialogFooter>
<Button
Expand Down

0 comments on commit 810aa02

Please sign in to comment.