Skip to content

Commit

Permalink
rebase effectué
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPorteletteGit committed Feb 27, 2024
1 parent 859d50e commit 42954a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,10 @@ async function random_film_image(json_file)
const canvas = document.getElementById('photo');
const context = canvas.getContext('2d');

<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 844c261 (canvas.width back)
canvas.width = 350;
canvas.height = 525;

context.drawImage(imgObj, 0, 0, canvas.width, canvas.height);
<<<<<<< HEAD
=======
context.drawImage(imgObj, 0, 0);
>>>>>>> ac9ad0a (fix conflict)
=======

>>>>>>> 844c261 (canvas.width back)
pixelate();
};

Expand Down

0 comments on commit 42954a7

Please sign in to comment.