码迷,mamicode.com
首页 > Web开发 > 详细

html转换成canvas

时间:2019-09-24 17:18:43      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:blank   生成   targe   失败   for   操作   ima   get   odata   

使用的工具是:html2canvas

html2canvas(this.currentRef)
          .then(async (canvas) => {
            let url = canvas.toDataURL(image/png)
            this.largeScreenForm.screenshotImage = url
            })
this.currentRef是要操作的div

备注:如果要生成图片的div有背景图,那么背景图必须是base64,不然转canvas失败

html转换成canvas

标签:blank   生成   targe   失败   for   操作   ima   get   odata   

原文地址:https://www.cnblogs.com/zhaobao1830/p/11579288.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!