zouyf_dev #102

Merged
zouyf merged 6 commits from zouyf_dev into main 2024-12-10 11:10:57 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9603406a0b - Show all commits

View File

@ -209,7 +209,7 @@ const insertImageElement = (files: FileList) => {
}
const onhtml2canvas = async (html: HTMLElement) => {
const ele = await toPng(html)
const ele = await toPng(html);
createImageElement(ele);
}