Skip to content

Commit

Permalink
feat: let claude review and improve the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Birmili committed Jul 20, 2024
1 parent c808358 commit d5aaace
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 165 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<input type="file" id="fileInput" multiple accept="image/*">
<button id="downloadBtn">Download Combined Image</button>
</div>
<canvas id="canvas" width="0" height="0"></canvas>
<canvas id="canvas" width="150" height="150"></canvas>

<script src="script.js"></script>
<script src="script.js?v=2"></script>
</body>
</html>
Loading

0 comments on commit d5aaace

Please sign in to comment.