html2canvas
2019-04-29 本文已影响0人
见月荒州
此截图功能不能截取网络图片,
在vue项目中引用html2canvas
1.安装 npm install html2canvas --save
2.在需要的地方
import canvas2 from 'html2canvas'
3.
4. 截图出来的是base64代码可能无法使用
此截图功能不能截取网络图片,
在vue项目中引用html2canvas
1.安装 npm install html2canvas --save
2.在需要的地方
import canvas2 from 'html2canvas'
3.
4. 截图出来的是base64代码可能无法使用