Bump SocialCard font sizes

This commit is contained in:
Kurt Hutten
2021-08-14 18:16:28 +10:00
parent 182ec78f79
commit 567da606f3
2 changed files with 13 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ const CaptureButton = ({
let imgBlob
let image64
if (!isOpenScadImage) {
imgBlob = canvasToBlob(threeInstance, { width: 400, height: 300 })
imgBlob = canvasToBlob(threeInstance, { width: 500, height: 375 })
image64 = blobTo64(
await canvasToBlob(threeInstance, { width: 500, height: 522 })
)