Initial commit: media-to-text app
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// File to be imported in node enviroments
|
||||
export class FFmpeg {
|
||||
constructor() {
|
||||
throw new Error("ffmpeg.wasm does not support nodejs");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user