Skip to content

Commit

Permalink
docs: add README and link with repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Birmili committed Jul 21, 2024
1 parent eed75d5 commit 88d9a5f
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Image Grid

Arranges 8 pictures in a grid of two rows
and four columns.

## Usage

Throw the `./public` folder into some webserver.

Github is configured to serve it under <https://toabi.github.io/imagegrid/>.

## Notes

The code was written 99% by GPT4o and Claude 3.5 with minor human modifications.
Binary file removed example-images/fff.png&text=number+1.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+2.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+3.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+4.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+5.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+6.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+7.png
Binary file not shown.
Binary file removed example-images/fff.png&text=number+8.png
Binary file not shown.
5 changes: 4 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Grid Arranger</title>
<title>Image Grid</title>
<style>
#toolbar-container {
margin: 10px;
Expand Down Expand Up @@ -45,6 +45,9 @@
<div id="message-container">You can also drag and drop up to 8 images into this area!</div>
<canvas id="canvas"></canvas>
</div>
<footer>
<a href="https://github.com/toabi/imagegrid">Source</a>
</footer>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 88d9a5f

Please sign in to comment.