react-img-zooms
v0.1.0
Published
Zoom in, zoom out, rotate and move the picture
Downloads
2
Maintainers
Readme
使用 React+typescript 的组件库
react实现图片的放大、缩小、旋转及移动功能组件
npm install react-image-zoom --save
使用
// 引入组件
import { ImgZoom } from 'react-image-zoom'
// 代码示例
<ImgZoom
dataSource={{
url: 'static/media/example.e6118d8b.png'
}}
/>