1.0.5 • Published 3 years ago

video-gif-thumbnail-generator v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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