平铺偏移
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
let img = new Image();
|
||||
let size = [0,0];
|
||||
img.src = props.sketchPath;
|
||||
console.log(props.sketchPath)
|
||||
await new Promise((resolve, reject) => {
|
||||
img.onload = () => {
|
||||
size = [img.width, img.height]
|
||||
|
||||
Reference in New Issue
Block a user