brenden / node-webshot

Easy website screenshots in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image created successfully but image is nowhere no to be found

francissalvamantePTX opened this issue · comments

I am currently integrating webshot to our existing platform. I managed to run it successfully but I can't seem to find where it is being saved. Is there a specific system folder where webshot saves all it's screenshots? Thank you

You would tell it where to save the image. The file path is after the url:
In example:
webshot('exampledomain.com/example.html', './'
Here the ./ is the current directory.