tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.28k stars 1.68k forks source link

#69 Add image scale factor option for png and jpeg output. #272

Open iqdoq-dfischer opened 5 years ago

iqdoq-dfischer commented 5 years ago

Fix for issue #69 . Alternative to pull request #172.

itsmichaelwang commented 5 years ago

I'll just throw my hat in here in that I've been following this repository and I think this would be a great addition. I am currently monkeypatching this into my copy of dom-to-image and I like it more than the CSS trick that was discussed in #69 .

IDisposable commented 5 years ago

I've got a version of this in v2.7.5 of the npm dom-to-image-more