UNPKG

tiktok-scraper-nowatermarks

Version:

Wrapper for TikFast to download videos without watermarks

8 lines 225 B
export interface Video { url: string; description: string; vid: string; cover_url: string; } export default function getVideoWatermarkFree(videoUrl: string): Promise<Video>; //# sourceMappingURL=index.d.ts.map