项目作者: pawiromitchel
项目描述 :
Make screenshots automatically with Puppeteer
高级语言: JavaScript
项目地址: git://github.com/pawiromitchel/puppeteer-screenshot-and-gifmaker.git
automated-screenshotter
Make screenshots automatically with Puppeteer
This project can do 2 things
- Take screenshots
URL="https://url.com" TIMEOUT=20000 node screenshot.js
- Create a GIF
URL="https://url.com" FRAMES=120 node gifmaker.js
Sources of information/inspiration