react-zmage icon indicating copy to clipboard operation
react-zmage copied to clipboard

一个基于 React 的可缩放图片控件 | A scalable image wrapper power by react

Results 80 react-zmage issues
Sort by recently updated
recently updated
newest added

react项目配置了懒加载。其中img有src和data-src属性。src指向小的占位图,data-src是原图地址。 问题:Zmage放大是src小占位。 有哪些修改建议,使zamge成功显示data-src原图,谢谢。

在弹框中引用,放大图片后按下esc,会导致退出放大图片,同时弹窗也会关闭,如果有移动的情况下,不会关闭弹窗,只会将放大的图片关闭

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

第一次鼠标移到图片上之后又会变成放大图标点击可以放大,但是缩小之后鼠标再次移到图片上就没有反应了,也不能放大了。

BUG

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.8.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

package.json中 react和react-dom这两个包目前在dependencies依赖中 能否优化到devDependencies或者peerDependencies? 我目前的项目webpack配置会把react设置alias抽出来然后请求cdn,减少打包文件体积 用到react-zmage之后,react和react-dom就也被加到打包里面了

ENHANCEMENT