webgif - Easily generate animated GIFs from websites
![Build status](https://ci.appveyor.com/api/projects/status/ji5c66ex9ifog9hk/branch/master?svg=true)
Installation
yarn global add webgif || npm i -g webgif
Usage
To navigate to https://giphy.com/search/lol
and make an animated GIF of duration 10
seconds, execute:
webgif -u https://giphy.com/search/lol -d 10
Options
webgif -u URL -d DURATION [-o OUTFILE]
Options:
--url, -u URL to generate GIF from
[default: "https://giphy.com/search/lol"]
--duration, -d GIF duration in seconds [default: 10]
--output, -o Output file name
[default: "web.gif"]
-h, --help Show help [boolean]
-V, --version Show version number [boolean]
Sample GIF
![Sample GIF](https://storage.googleapis.com/webgif/web.gif)