React library to give control on image to move zoom and rotate
npm install react-image-pan-zoom-rotate> React library to give control on image to move zoom and rotate
 
!npm type definitions

- Drag & Move
- Zoom In
- Zoom Out
- Rotate (in Left only)
- Flip Image
- Reset
``bash`
npm install --save react-image-pan-zoom-rotate
or
``
> yarn add react-image-pan-zoom-rotate
`tsx
import React from 'react';
import ReactPanZoom from 'react-image-pan-zoom-rotate';
const App = () => {
return (
alt="Image alt text"
/>
);
};
export default App;
`
or Check example folder below file to use your custom UI
```
ReactPanZoom.tsx
MIT © mgorabbani