meteor-webshot is not working to take a screenshot and save it on the server
问题 On the server I would like to take a screenshot of an external link and save it to the server in a folder. I am trying to use the package webshot for meteor: https://github.com/TimHeckel/meteor-webshot But it is not working. I installed the package using mrt add webshot. The package installed successfully. According to this stackoverflow: How to use webshot with meteor I was able to edit the package.js file for webshot to export WEBSHOT variable server side like so: Package.on_use(function