tsayen / dom-to-image

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

ios生成的截图比较模糊 #301

Open hcyhehe opened 5 years ago

hcyhehe commented 5 years ago

ios生成的截图比较模糊,请问这个应该怎么解决

iakoug commented 4 years ago

我的solution是修改源码 src/dom-to-img.js下 将scale尺寸放大1.5以上就好了

Sihan-Tan commented 4 years ago

@rollawaypoint 你好, 具体怎么操作? 并没有看到 scale 这个配置项, 如果说是 设置 宽高, 还是 style 的话貌似都不起效果. 谢谢

RunHippo commented 4 years ago

这个需要修改src/dom-to-img.js的源码