A lightweight, versatile image viewer component for React applications, supporting features like zoom, pan
npm install react-image-viewer-xA simple Image viewer for React utilizing Canvas to preview the images with minimal configuration.
``bash`
npm i react-image-viewer-xUsage
`jsx
import React from 'react';
import ImageViewer from 'react-image-viewer-x';
const App = () => {