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

CSS transform is now working in exported image

Open spjoshis opened this issue 6 years ago • 0 comments

Hello,

I have used transform CSS in PUG file it's not working in my exported image. transform: skewX(0deg) skewY(-13deg)

webshot(html, './public/cv/Profile.png', options, function(err) { if (err) { console.log(err) res.json({ status: 0, 'error': err}); } else { res.json({ status: 1, 'url': 'http://' + o.host + '/cv/Profile-' + i + '.png'}); } });

spjoshis avatar Jun 30 '18 05:06 spjoshis