img zoom:img点击图片显示缩放大图插件 源码
点击img图片缩放显示大图插件 兼容ie9及以上 安装(安装) npm install @mxssfd/img-zoom 或者cdn方式 < script src =" https://cdn.jsdelivr.net/npm/mengxinssfd/img-zoom@main/img/ " > </ script > 用法(使用方法) // 使用该方式需babel编译后才支持ie 或者 import ImgZoom form "@mxssfd/img-zoom/lib-umd" // 如果项目已使用babel建议使用此方法 import ImgZoom form "@mxssfd/img-zoom" ; new ImgZoom ( options ) ; 或者 < script src =" lib-umd/index.js " > </ script > < script >
文件列表
img-zoom-master.zip
(预估有个23文件)
img-zoom-master
package.json
2KB
webpack.dev.config.js
2KB
index.html
430B
tsconfig.es.json
190B
src
example
index.html
2KB
main.ts
75B
style.ts
449B
暂无评论