Skip to content

Commit

Permalink
Editor: Use jsdelivr ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 28, 2024
1 parent c104489 commit 9d6f51c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="js/libs/esprima.js"></script>
<script src="js/libs/jsonlint.js"></script>

<script src="js/libs/ffmpeg.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@ffmpeg/[email protected]/dist/ffmpeg.min.js"></script>

<link rel="stylesheet" href="js/libs/codemirror/addon/dialog.css">
<link rel="stylesheet" href="js/libs/codemirror/addon/show-hint.css">
Expand Down
Loading

0 comments on commit 9d6f51c

Please sign in to comment.