This web app gives you a tool to visually compare two images:
- Slider, split view, and fade comparison
- Zoom and movable images
- And more to explore
This app uses a slider (input range element) and CSS combined with DOM manipulation. Movable elements rely on touch and mouse event properties.
Assuming you've forked the repo and are running a local server or using the demo app:
- Select an image for Image 1 and Image 2 using each input file.
- After selecting both images, choose your desired comparison method (slider, split, or fade).
- View the result and compare the images visually.
There's always room for improvement. Feel free to contribute!
The app is licensed under MIT License. Check the license file for more details.