|  | @@ -122,8 +122,8 @@ const canvasAddPadding = async (sourceCanvas: any, name: string) => {
 | 
	
		
			
				|  |  |     targetContext.font = `66pt Calibri`
 | 
	
		
			
				|  |  |     targetContext.fillStyle = "#000"
 | 
	
		
			
				|  |  |     targetContext.textAlign = "center"
 | 
	
		
			
				|  |  | -   targetContext.drawImage(canvas, 200, 240)
 | 
	
		
			
				|  |  | -   targetContext.fillText(name, canvas.width / 2, 200)
 | 
	
		
			
				|  |  | +   targetContext.drawImage(sourceCanvas, 200, 240)
 | 
	
		
			
				|  |  | +   targetContext.fillText(name, targetCanvas.width / 2, 200)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |     const blob = await convertToBlob(targetCanvas)
 | 
	
		
			
				|  |  |     // const base64 = await blobToBase64(blob)
 |