This commit is contained in:
Vanessa 2023-06-19 21:04:56 +08:00
parent 887443c321
commit 39f9aaca82
11 changed files with 45 additions and 46 deletions

View file

@ -126,4 +126,4 @@ export const copyPNG = (imgElement: HTMLImageElement) => {
};
tempElement.src = imgElement.getAttribute("src");
}
}
};