@@ -23,7 +23,7 @@ function() {
23
23
const messageRef = useRef (null );
24
24
25
25
const load = async () => {
26
- const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .1 /dist/umd'
26
+ const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .2 /dist/umd'
27
27
const ffmpeg = ffmpegRef .current ;
28
28
ffmpeg .on (" log" , ({ message }) => {
29
29
messageRef .current .innerHTML = message;
@@ -87,7 +87,7 @@ function() {
87
87
const messageRef = useRef (null );
88
88
89
89
const load = async () => {
90
- const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .1 /dist/umd'
90
+ const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .2 /dist/umd'
91
91
const ffmpeg = ffmpegRef .current ;
92
92
ffmpeg .on (" log" , ({ message }) => {
93
93
messageRef .current .innerHTML = message;
@@ -155,7 +155,7 @@ function() {
155
155
const messageRef = useRef (null );
156
156
157
157
const load = async () => {
158
- const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .1 /dist/umd'
158
+ const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .2 /dist/umd'
159
159
const ffmpeg = ffmpegRef .current ;
160
160
ffmpeg .on (" log" , ({ message }) => {
161
161
messageRef .current .innerHTML = message;
@@ -215,7 +215,7 @@ function() {
215
215
const messageRef = useRef (null );
216
216
217
217
const load = async () => {
218
- const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .1 /dist/umd'
218
+ const baseURL = ' https://unpkg.com/@ffmpeg/[email protected] .2 /dist/umd'
219
219
const ffmpeg = ffmpegRef .current ;
220
220
// Listen to progress event instead of log.
221
221
ffmpeg .on (" progress" , ({ progress }) => {
0 commit comments