1.0.1 • Published 6 years ago
compareimagereact v1.0.1
react-image-compare
view the difference between two image by comparing them side by side by a slider
Install
npm install --save react-image-compare
Usage
import React, { Component } from 'react'
import MyComponent from 'react-image-compare'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © ashishkummar
1.0.1
6 years ago