UNPKG

add-music-to-video

Version:

Add background music to my videos very easily

5 lines (4 loc) 220 B
export declare const downloadYoutubeVideo: ({ getYoutubeUrl, download, }?: { getYoutubeUrl?: (() => Promise<string>) | undefined; download?: ((url: string) => Promise<string>) | undefined; }) => Promise<string>;