FWeinb / electron-screenshot-service

Take screenshots using electron
MIT License
141 stars 26 forks source link

the "file " argument must be of type string #38

Open maxto024 opened 5 years ago

maxto024 commented 5 years ago

for

screenshot({
            url: 'http://google.de',
            width: 1024,
            height: 768
         })
         .then(function(img) {
            console.log(img);
         });

I am getting this error

Screen Shot 2019-07-13 at 10 26 21 PM
francisashley commented 3 years ago

Same