UNPKG

add-music-to-video

Version:

Add background music to my videos very easily

5 lines (4 loc) 225 B
/// <reference types="node" /> export declare const downloadRandomMusic: (duration: number, { getStream, }?: { getStream?: ((outFilePath: string) => Promise<import("stream").Readable>) | undefined; }) => Promise<string>;