Easy to intergrate image zoom with draggability for your react projects.
npm install react-draggable-zoomEasy to intergrate image zoom with draggability for your react projects.
yarn add react-draggable-zoom
``javascript
import * as React from 'react';
import DraggableZoom from 'react-draggable-zoom';
import * as sampleImage from "public/assets/images/sample.jpg";
const Demo: React.SFC<{}> = () => {
return (
)
}
export default Demo;
`Development
The master branch contains the latest version of source code. Clone the repository and play around with included example. To run the example use following commands.
yarn start`