Skip to content

Commit

Permalink
Remove blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
markuszeller committed Sep 7, 2022
1 parent dea7a84 commit d64a9a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ stitchButton.addEventListener(CLICK_EVENT, (e) => {
ctx.drawImage(image, x, y, width, height);
x += isHorizontalMode ? image.width : 0;
y += isHorizontalMode ? 0 : image.height;

});

}

images.forEach(image => {
Expand Down

0 comments on commit d64a9a5

Please sign in to comment.