Skip to content

Commit

Permalink
updated image
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhakkeempa committed Nov 13, 2024
1 parent dea5689 commit 965734c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/bg/template-v3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function generatePoster() {
const image = new Image();
const background = new Image();

background.src = 'assets/bg/template-v2.png';
background.src = 'assets/bg/template-v3.png';

background.onload = function() {
ctx.drawImage(background, 0, 0, canvas.width, canvas.height);
Expand Down

0 comments on commit 965734c

Please sign in to comment.