html图片山写字,html5 canvas写字签名板代码

编程入门 行业动态 更新时间:2024-10-09 20:22:59

html图片山写字,html5 canvas写字签名板<a href=https://www.elefans.com/category/jswz/34/1771412.html style=代码"/>

html图片山写字,html5 canvas写字签名板代码

js代码

var tablet;

$(function (){

tablet = new Tablet("#container",{

defaultColor: "#2e76da",

otherHtml: $("#temp").html(),

onInit: function (){

var that = this,

container = this.container;

container.find("select").eq(0).on("change", function (){

that.setLineWidth($(this).val());

});

container.find("select").eq(1).on("change", function (){

that.rotate($(this).val());

});

container.find(".save-canvas-to-img").on("click", function (){

console.log(that.getBase64());

if(!that.isMobile){

alert("请按f12打开控制台查看base64图片数据!");

}

});

container.find(".get_blob").on("click", function (){

that.getBlob();

});

/*container.find(".download").on("click", function (){

document.getElementById("preview_img").src = that.getBase64();

});*/

}

});

console.log(tablet);

});

更多推荐

html图片山写字,html5 canvas写字签名板代码

本文发布于:2024-02-10 22:02:46,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1677533.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:代码   图片   html   canvas

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!