lerouxb / screenshot

Take screenshots of web pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Take screenshots of web pages using puppeteer.

leroux@lapdog:~/src/screenshot$ bin/screenshot.js

Options:

  --path        (required)
  --url         (required)
  --width       (1024)
  --height      (768)
  --fullPage

leroux@lapdog:~/src/screenshot$ bin/screenshot.js --url http://www.coworkingcapetown.co.za/ --path tmp/coworkingcapetown.png

(Will save the screenshot to tmp/coworkingcapetown.png and open it using the default application.)

About

Take screenshots of web pages

License:MIT License


Languages

Language:JavaScript 100.0%