UNPKG

208 BTypeScriptView Raw
1export declare type FfmpegExecutable = string | null;
2export declare const setFfmpegExecutable: (ffmpegPath: FfmpegExecutable) => void;
3export declare const getCustomFfmpegExecutable: () => FfmpegExecutable;