1.0.5 • Published 4 years ago
video-gif-thumbnail-generator v1.0.5
Convert Video to gif or thumbnail
Installation
Use the package manager npm to install.
npm i video-gif-thumbnail-generatorDon't forget to craete a "thumbnail" folder because all files get stored in thumbnail folder
Usage
const converter = require('video-gif-thumbnail-generator')create Thumbnail1. converter.convertToThumbnail('url') //url should be any local file or any live video urlcreate GIF1. converter.convertToGIF('url') //url should be any local file or any live video url