Release v0.12.10 | v0.12.6

This commit is contained in:
jeromewu
2023-12-25 15:27:25 +08:00
parent e0d4c62a22
commit c3a763857c
10 changed files with 19 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ export default function Home() {
const load = async () => {
setIsLoading(true)
const baseURL = 'https://unpkg.com/@ffmpeg/core@0.12.5/dist/umd'
const baseURL = 'https://unpkg.com/@ffmpeg/core@0.12.6/dist/umd'
const ffmpeg = ffmpegRef.current
ffmpeg.on('log', ({ message }) => {
if (messageRef.current) messageRef.current.innerHTML = message