This commit is contained in:
lyc 2024-07-02 18:05:23 +08:00
parent 1efcde76b3
commit 772b00b38c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "whiteboard_lyc", "name": "whiteboard_lyc",
"version": "0.0.3", "version": "0.0.6",
"description": "一个简单的在线白板", "description": "一个简单的在线白板",
"authors": [ "authors": [
{ {

View File

@ -96,7 +96,7 @@ export default class Export {
}, type) }, type)
}) })
} else { } else {
return canvas.toDataURL(type) return canvas.toDataURL(type, 0.9)
} }
} }