UNPKG

add-music-to-video

Version:

Add background music to my videos very easily

5 lines (4 loc) 278 B
export declare const downloadLocalMusic: (duration: number, { truncate, getFilePath }?: { truncate?: ((mp3File: string, duration: number) => Promise<string>) | undefined; getFilePath?: ((root?: string | undefined) => Promise<string>) | undefined; }) => Promise<string>;