|
@@ -127,7 +127,6 @@ const canvasAddPadding = async (sourceCanvas: any, name: string, isShowPadding =
|
|
|
targetContext.fillText(name, targetCanvas.width / 2, isShowPadding ? 200 : 60)
|
|
|
|
|
|
const blob = await convertToBlob(targetCanvas)
|
|
|
- const base64 = await blobToBase64(blob)
|
|
|
targetContext.clearRect(0, 0, targetCanvas.width, targetCanvas.height)
|
|
|
return blob
|
|
|
}
|