fix 修复 使用透明底png图片时, 自动填充黑色背景

2.X
疯狂的狮子li 2 years ago
parent 51eb9b0d32
commit 451eb02343

@ -12,6 +12,7 @@
:autoCropWidth="options.autoCropWidth" :autoCropWidth="options.autoCropWidth"
:autoCropHeight="options.autoCropHeight" :autoCropHeight="options.autoCropHeight"
:fixedBox="options.fixedBox" :fixedBox="options.fixedBox"
:outputType="options.outputType"
@realTime="realTime" @realTime="realTime"
v-if="visible" v-if="visible"
/> />
@ -79,6 +80,7 @@ export default {
autoCropWidth: 200, // autoCropWidth: 200, //
autoCropHeight: 200, // autoCropHeight: 200, //
fixedBox: true, // fixedBox: true, //
outputType:"png", // PNG
filename: '' filename: ''
}, },
previews: {}, previews: {},

Loading…
Cancel
Save