A cross-platform native image comparison slider. You can visually compare your local images. Can be called from CLI too.
To clone and run this repository you'll need Git and Node.js installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/laszbalo/native-image-comparison-slider
# Go into the repository
cd native-image-comparison-slider
# Install dependencies
npm i
# Run the app
npm start filePath1 filePath2
ISC