UNPKG

@calipsa/video-utils

Version:
5 lines (4 loc) 205 B
import { Writable } from 'stream'; import type { PathOrReadable } from '../types'; declare const _default: (imageInputs: PathOrReadable[], ffmpegInput: Writable) => Promise<void>; export default _default;