AlloyTeam/AlloyFinger

截图存在比较大的失真?

Opened this issue · 1 comments

发现截出来的图片是一倍图额,移动端显示很失真

选区的 width 和 height 可以设置的啊。

new AlloyCrop({
    image_src: "img src",
    circle: true, // optional parameters , the default value is false
    width: 200,
    height: 200,
    ok: function (base64, canvas) { },
    cancel: function () { },
	ok_text: "yes", // optional parameters , the default value is ok
    cancel_text: "no" // optional parameters , the default value is cancel
});