Release 0.12.8 | 0.12.5

This commit is contained in:
jeromewu
2023-12-17 13:12:50 +08:00
parent ce375d99a8
commit ea373ad687
11 changed files with 26 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ import type { LogEvent } from '@ffmpeg/ffmpeg/dist/esm/types'
import { fetchFile, toBlobURL } from '@ffmpeg/util'
import { defineComponent, ref } from 'vue'
const baseURL = 'https://unpkg.com/@ffmpeg/core-mt@0.12.4/dist/esm'
const baseURL = 'https://unpkg.com/@ffmpeg/core-mt@0.12.5/dist/esm'
const videoURL = 'https://ffmpegwasm.netlify.app/video/video-15s.avi'
export default defineComponent({