UNPKG

video-to-gif

Version:

A Node.js module that searches YouTube videos by song name and converts clips to animated GIFs

12 lines (10 loc) 274 B
import search_vid_gif from "./search.js"; const title ="test" const url="https://youtu.be/DQ4r7HegRQw?si=PlXfp0ZvuCcACOVa"; const options={ duration: 10, output:"./output", temp:"./temp" } const test= await search_vid_gif(title,options,url); console.log(test);