This commit is contained in:
parent
1efcde76b3
commit
772b00b38c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "whiteboard_lyc",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.6",
|
||||
"description": "一个简单的在线白板",
|
||||
"authors": [
|
||||
{
|
||||
|
|
|
@ -96,7 +96,7 @@ export default class Export {
|
|||
}, type)
|
||||
})
|
||||
} else {
|
||||
return canvas.toDataURL(type)
|
||||
return canvas.toDataURL(type, 0.9)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue