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
- Host: GitHub
- URL: https://github.com/pawiromitchel/puppeteer-screenshot-and-gifmaker
- Owner: pawiromitchel
- Created: 2021-04-25T13:57:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:35:10.000Z (almost 2 years ago)
- Last Synced: 2023-12-15T22:16:36.183Z (almost 2 years ago)
- Topics: gif, gif-creator, javascript, nodejs, puppeteer, screenshot
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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