mixu / electroshot

Capture website screenshots with optional device and network emulation as jpg, png or pdf (with web fonts!) using Electron / Chrome.
548 stars 34 forks source link

Contributor Readme #18

Open jguffey opened 7 years ago

jguffey commented 7 years ago

Hi there, nice module! I'm forking it to try to add the ability to wait for an element to load before taking the screenshot.

However, I'm unsure if this repo is already compiled, or if there are missing buildscripts? I see a Makefile, but running it errors out unless you have some dependencies (GJSLINT, lint, .PHONY) installed.

At a minimum, it would be nice to know how to build the package.

Thanks for the hard work!