mirror of
https://github.com/itorr/one-last-image.git
synced 2026-01-02 20:06:03 +08:00
选择图片 按钮 样式 判断
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -71,6 +71,8 @@ canvas{
|
||||
}
|
||||
img{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity .1s ease;
|
||||
|
||||
Reference in New Issue
Block a user