选择图片 按钮 样式 判断

This commit is contained in:
itorr
2022-08-13 12:09:37 +08:00
parent 0e65a05f55
commit 362f24ee18
2 changed files with 3 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ louvreInit(_=>{
},
async louvre(){
app.runing = true;
app.src = await louvre({
await louvre({
img: app.$refs['img'],
outputCanvas: app.$refs['canvas'],
config: {

View File

@@ -71,6 +71,8 @@ canvas{
}
img{
position: absolute;
left: 0;
right: 0;
opacity: 0;
pointer-events: none;
transition: opacity .1s ease;