node-webshot icon indicating copy to clipboard operation
node-webshot copied to clipboard

How can I put the setting to shot a image better ?

Open 0x12FD16B opened this issue 9 years ago • 1 comments

I use this awesome node module capture file is not as well as what I shot via system utilities on OSX, is there any way I can make the image that I capture by node better ? I have try as the document referred in README, and here is my webshot options setting:

var info_options = {
    windowSize: {
        width: 414,
        height: 736
    },
    quality: 100,
    streamType: 'jpeg',
    userAgent: user_agent,
    captureSelector: '.goods-part'
};

However, it not worked. I am egger to get some help, anyone can help me ?

0x12FD16B avatar Nov 23 '16 02:11 0x12FD16B

+1

EtienneDion avatar May 26 '20 20:05 EtienneDion