react-smart-magnify
v1.0.2
Published
React Image Magnifier with lens and floating zoom preview
Maintainers
Readme
react-smart-magnify
React image magnifier with:
✔ Lens overlay
✔ Floating zoom window
✔ Auto edge detection
✔ TypeScript support
✔ Lightweight
Install
npm install react-smart-magnifyUsage
import { ImageMagnify } from "react-smart-magnify";
<ImageMagnify
src="/image.jpg"
zoom={2}
zoomWidth={400}
zoomHeight={400}
lensSize={140}
/>;