nicehero
ffmpeg
7698ac4
raw
history blame contribute delete
157 Bytes
// File to be imported in node enviroments
export class FFmpeg {
constructor() {
throw new Error("ffmpeg.wasm does not support nodejs");
}
}