html2canvas 转换图片出现锯齿,提升图片质量

2020-07-22  本文已影响0人  朋_朋

html2canvas(this.$refs['point-detail-info'], {
                        backgroundColor: 'transparent',// 设置背景透明
                        dpi: window.devicePixelRatio * 4,
                        scale: 4,
                        width: document.body.clientWidth,
                        heigth: document.body.clientHeight,
                    }).then(canvas2 => {
                          // TODO 
                     })

上一篇 下一篇

猜你喜欢

热点阅读