continue debugging github actions

This commit is contained in:
Lucas Gelfond
2024-12-23 20:46:13 -08:00
parent 6c8e3fe371
commit ae10d97099
5 changed files with 62 additions and 56 deletions

View File

@@ -1,6 +1,4 @@
import { FFmpegWASM } from "@ffmpeg/ffmpeg";
const { FFmpeg } = FFmpegWASM;
const { FFmpeg } = window.FFmpegWASM;
const genName = (name) => `[ffmpeg][${FFMPEG_TYPE}] ${name}`;