commit 8e007822970d4b3a9cb0922f975ce9ef06c5f6e9
parent e9af99f3d799c1c25c22c082af54be2e02a0e344
Author: Hunter
Date: Wed, 29 Jul 2026 22:26:07 -0400
add readme images
Diffstat:
7 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
@@ -17,7 +17,7 @@
<input type="file" id="fileInput" accept="image/*" multiple style="display: none;">
<button id="addImagesBtn" class="add-images-btn">Add images</button>
- <!-- Loaded in dependency order: each file runs setup at load and reads the ones above it -->
+ <!-- Loaded in dependency order -->
<script src="resources/popup.js"></script>
<script src="resources/grid.js"></script>
<script src="resources/display.js"></script>
diff --git a/readme.md b/readme.md
@@ -2,6 +2,10 @@
A free photo-printing tool that perfectly sizes images to fit the <a href="https://www.1101.com/store/techo/en/about/">Hobonichi Techo</a>'s grid paper.
+<p align="center">
+ <img src="readme_images/juneyo.jpg" width=350>
+</p>
+
## usage
Different Techo types use differently-sized grid paper. Use the links below to select the appropriate grid size for your Techo:
@@ -40,7 +44,8 @@ Different Techo types use differently-sized grid paper. Use the links below to s
- ```shift + click``` an image to delete it<br>
<img src="readme_images/delete.gif">
-- click an empty part of the grid and drag to select multiple images at once, then move, duplicate, rotate, or delete them as a group
+- click an empty part of the grid and drag to select multiple images at once, then move, duplicate, rotate, or delete them as a group<br>
+<img src="readme_images/multi_select.gif">
- press ```F2``` to select from one of seven user interface themes (you may also have to hold ```Fn```)<br>
<img src="readme_images/select_theme.gif">
@@ -69,10 +74,10 @@ Then stick 'em down with a gluestick (or try printing with sticker paper):
What will you remember?
-<img src="readme_images/spread2.jpg" width=400px>
-
-## disclaimer
-This project is not affiliated with, endorsed by, or sponsored by Hobonichi Co., Ltd. or any of its subsidiaries. Hobonichi, Hobonichi Techo, and related trademarks are the property of their respective owners. This is an independent, unofficial tool created for personal use.
+<img src="readme_images/crt.jpg" width=400px>
## license
<a href="LICENSE">GNU GPLv3</a>
+
+## notice
+this project is not affiliated with, endorsed by, or sponsored by Hobonichi Co., Ltd. or any of its subsidiaries. Hobonichi, Hobonichi Techo, and related trademarks are the property of their respective owners. memori is an independent, unofficial tool created for personal use.
+\ No newline at end of file
diff --git a/readme_images/crt.jpg b/readme_images/crt.jpg
Binary files differ.
diff --git a/readme_images/juneyo.jpg b/readme_images/juneyo.jpg
Binary files differ.
diff --git a/readme_images/multi_select.gif b/readme_images/multi_select.gif
Binary files differ.
diff --git a/readme_images/print_options.png b/readme_images/print_options.png
Binary files differ.
diff --git a/readme_images/spread2.jpg b/readme_images/spread2.jpg
Binary files differ.