An open API service indexing awesome lists of open source software.

https://github.com/pawiromitchel/puppeteer-screenshot-and-gifmaker

Make screenshots automatically with Puppeteer
https://github.com/pawiromitchel/puppeteer-screenshot-and-gifmaker

gif gif-creator javascript nodejs puppeteer screenshot

Last synced: 7 months ago
JSON representation

Make screenshots automatically with Puppeteer

Awesome Lists containing this project

README

          

# automated-screenshotter
Make screenshots automatically with Puppeteer

This project can do 2 things
1. Take screenshots `URL="https://url.com" TIMEOUT=20000 node screenshot.js`
2. Create a GIF `URL="https://url.com" FRAMES=120 node gifmaker.js`

Sources of information/inspiration
- https://bitsofco.de/using-a-headless-browser-to-capture-page-screenshots/
- https://dev.to/aimerib/using-puppeteer-to-make-animated-gifs-of-page-scrolls-1lko