Level 56
Browsershot v2 does not require node nor Puppeteer installed. From the main README:
Alternatives
If you're not able to install Node and Puppeteer, take a look at v2 of browsershot, which uses Chrome headless CLI to take a screenshot. v2 is not maintained anymore, but should work pretty well.
If using headless Chrome does not work for you take a look at at v1 of this package which uses the abandoned PhantomJS binary.
https://github.com/spatie/browsershot#alternatives
Link to v2: