Skip to content

Commit 8972507

Browse files
committed
Add readme
1 parent 0a74029 commit 8972507

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# image-stitcher
2-
Stitch images
1+
# Image Stitcher
2+
Stitch images together horizontally or vertically.
3+
4+
![MIT licence](https://img.shields.io/badge/license-MIT-green)
5+
![javascript](https://img.shields.io/badge/vanilla-JavaScript-blue)
6+
7+
## Usage
8+
- Drop the images on the droplet. All images are shown on a list.
9+
- You can reorder the images via drag and drop.
10+
- Delete them by dropping them over the Delete button.
11+
- Press the delete button to delete all images.
12+
- Select horizontal or vertical mode.
13+
- Hit save button to create the stitched image.
14+
- You can save it by downloading or copy it by right click.
15+
- If you like to switch the mode, do so and hit the save button, again.
16+
17+
No server required. You can open the **index.html** in the browser.

0 commit comments

Comments
 (0)