1.0.0 • Published 3 years ago

yt-giffify v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Yt-GIFFIFY

Convert youtube videos to gifs on the fly

const generateGif = require("yt-giffify");

const res = await generateGif(
  "https://www.youtube.com/watch?v=7JgdzmrqTXU", // Youtube video url
  "./example.gif", // Output file path
  {
    // Options
    fps: 24,
  }
);

Options

startInSeconds (number): GIF will start from here width (number): width of GIF duration (number) fps (number)

1.0.0

3 years ago