react-magnifier
react-magnifier copied to clipboard
🔍 React image zoom component
## summary fixes 👇 ## tests ran `npm run build` and `npm start:storybook` with success
It would be extremely useful if there were some sort of support for allowing CSS transforms to still maintain its usability. If you add a rotation style to the component...
Since upgrading to React 17, the package manager flags about a difference in peer dependency version for react: `[email protected]" has incorrect peer dependency "react@^16.0.0".` Can the dependency be updated accordingly?...
getting typescript error on attempting to add non-explicitly defined props in to component despite docs indicating that it is possible > Any other props will be passed down to the...
I am upgrading to React 18 and the package manager flags about a difference in peer dependency version for react: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...
Since upgrading to React 18, the package manager flags about a difference in peer dependency version for react: [email protected]" has incorrect peer dependency "react@^16.0.0". Because of this error, we can't...
Hi there everyone! :D I'm using the library in a project and noticed that increasing the size of the zoom box makes the zoomed-in image seem more pixelated than the...