video-gif-thumbnail-generator
v1.0.5
Published
node gif and thumbnail generator from videos
Downloads
90
Maintainers
Readme
Convert Video to gif or thumbnail
Installation
Use the package manager npm to install.
npm i video-gif-thumbnail-generator
Don't forget to craete a "thumbnail" folder because all files get stored in thumbnail folder
Usage
const converter = require('video-gif-thumbnail-generator')
create Thumbnail
1. converter.convertToThumbnail('url') //url should be any local file or any live video url
create GIF
1. converter.convertToGIF('url') //url should be any local file or any live video url