Initial commit: media-to-text app
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
/// <reference no-default-lib="true"/>
|
||||
/// <reference lib="esnext" />
|
||||
/// <reference lib="webworker" />
|
||||
import type { FFmpegCoreModuleFactory } from "@ffmpeg/types";
|
||||
declare global {
|
||||
interface WorkerGlobalScope {
|
||||
createFFmpegCore: FFmpegCoreModuleFactory;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user