vbauer / manet

Website screenshot service powered by Node.js, SlimerJS and PhantomJS
MIT License
576 stars 102 forks source link

WIP: Screenshot resize #91

Open soullivaneuh opened 6 years ago

soullivaneuh commented 6 years ago

Fixes #52

I did manage the options parameter, but the sharp library call fail like this:

Error: TypeError: Object is not a function (evaluating 'sharp(outputFile)')

I'm not a nodejs expert. Maybe do you have an idea?

Thanks.