import { FFmpeg } from "@ffmpeg/ffmpeg"; let ffmpeg = new FFmpeg(); export const getFFmpeg = () => ffmpeg;