Skip to content

Commit 936402c

Browse files
committed
Editor: Updated ffmpeg to 0.11.6
0.12.* seems to have issues on localhost (DOMException: Failed to construct 'Worker')
1 parent 9d6f51c commit 936402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script src="js/libs/esprima.js"></script>
2424
<script src="js/libs/jsonlint.js"></script>
2525

26-
<script src="https://cdn.jsdelivr.net/npm/@ffmpeg/ffmpeg@0.10.1/dist/ffmpeg.min.js"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/@ffmpeg/ffmpeg@0.11.6/dist/ffmpeg.min.js"></script>
2727

2828
<link rel="stylesheet" href="js/libs/codemirror/addon/dialog.css">
2929
<link rel="stylesheet" href="js/libs/codemirror/addon/show-hint.css">

0 commit comments

Comments
 (0)