-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a74029
commit 8972507
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |