So to clarify - this is basically a Node.JS wrapper around Chrome headless, right? =_) Seems pretty awesome. My use case is to take screenshots of various pages - the docs don't mention the default viewport dimensions, btw.
agreed no default is mentioned but you can declare with `await chromeless.viewport(1024, 800)`
https://chromeless.netlify.com/#src=const%20chromeless%20=%2...