Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.24 KB

screenshot

Go Report Card Go Reference Releases

Screenshot is a project that capture and save webpage as image using chromedp.

This repository is a work in progress.

Prerequisite

  • Chrome/Chromium

Installation

From source:

go get github.com/wabarc/screenshot

From gobinaries.com:

curl -sf https://gobinaries.com/wabarc/screenshot | sh

From releases

Environments

  • CHROMEDP_DEBUG
  • CHROMEDP_NO_HEADLESS
  • CHROMEDP_NO_SANDBOX
  • CHROMEDP_DISABLE_GPU
  • CHROMEDP_USER_AGENT
  • CHROMEDP_STEALTH

Credits

License

This software is released under the terms of the GNU General Public License v3.0. See the LICENSE file for details.