UNPKG

video-to-gif

Version:

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

11 lines (9 loc) 208 B
import search_vid_gif from "./search.js"; const song="azizam"; const options={ duration: 10, output:"./output", temp:"./temp" } const test= await search_vid_gif(song,options); console.log(test);