Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markuszeller committed Aug 29, 2022
1 parent 0a74029 commit 8972507
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# image-stitcher
Stitch images
# Image Stitcher
Stitch images together horizontally or vertically.

![MIT licence](https://img.shields.io/badge/license-MIT-green)
![javascript](https://img.shields.io/badge/vanilla-JavaScript-blue)

## Usage
- Drop the images on the droplet. All images are shown on a list.
- You can reorder the images via drag and drop.
- Delete them by dropping them over the Delete button.
- Press the delete button to delete all images.
- Select horizontal or vertical mode.
- Hit save button to create the stitched image.
- You can save it by downloading or copy it by right click.
- If you like to switch the mode, do so and hit the save button, again.

No server required. You can open the **index.html** in the browser.

0 comments on commit 8972507

Please sign in to comment.