canvas 添加base64图片

  • 内容
  • 评论
  • 相关
            var img = new Image();
            img.src = g_base64;


            const ctx = e.getContext('2d');
            ctx.beginPath();  


            ctx.drawImage(img,0,0);

            ctx.closePath();

评论

0条评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注