add meta tags to make sharedarraybuffer available

This commit is contained in:
Lucas Gelfond
2024-12-23 20:37:40 -08:00
parent 9a4d156767
commit 6c8e3fe371
3 changed files with 61 additions and 49 deletions

View File

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