brenden / node-webshot

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

browser.js:177 Uncaught Error: process.binding is not supported #250

Open swati-maheshwari opened 4 years ago

swati-maheshwari commented 4 years ago

After installing webshot...and using it as webshot('google.com', 'google.png', function (err: any) { // screenshot now saved to google.png }); i get error as

Screenshot 2020-08-06 at 6 54 57 PM