This commit is contained in:
pplokijuhyg 2020-02-11 14:17:07 +08:00
parent e4da29ae43
commit 2b623a0970

View File

@ -34,4 +34,5 @@ console.log(canvas2.style.width)
})
```
html2canvas参数参考官网 重点介绍canvas那一部分
context.scale(times, times); //
context.scale(x 倍数, y 倍数); //画板放大指定倍数