BraydenMoore commited on
Commit
462a877
·
2 Parent(s): 1926acb 9ceead0

Update stylings

Browse files
Files changed (1) hide show
  1. web/static/script.js +1 -1
web/static/script.js CHANGED
@@ -69,7 +69,7 @@ document.addEventListener("DOMContentLoaded", () => {
69
  sourceX = 0;
70
  }
71
 
72
- ctx.drawImage(uploadedImage, sourceX, sourceY, sourceWidth, sourceHeight, 0, 0, 225, 225);
73
 
74
  const croppedImage = new Image();
75
  croppedImage.src = canvas.toDataURL();
 
69
  sourceX = 0;
70
  }
71
 
72
+ ctx.drawImage(uploadedImage, sourceX, sourceY, sourceWidth, sourceHeight, 0, 0, 400, 400);
73
 
74
  const croppedImage = new Image();
75
  croppedImage.src = canvas.toDataURL();