brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

Image created successfully but image is nowhere no to be found #230

Open francissalvamantePTX opened 6 years ago

francissalvamantePTX commented 6 years ago

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

impactcolor commented 5 years ago

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.