forked from forks/ffprobe-wasm-npm
Add project files
This commit is contained in:
9
src/ffprobe-wasm.d.mts
Normal file
9
src/ffprobe-wasm.d.mts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { FFprobe } from "./ffprobe-wasm-shared";
|
||||
|
||||
export * from "./ffprobe-wasm-shared";
|
||||
|
||||
export default function loadFFprobe(ffprobe?: FFprobeInit): Promise<FFprobe>;
|
||||
|
||||
export interface FFprobeInit {
|
||||
locateFile?(path: string, scriptDirectory: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user