UNPKG

generic-zoom

Version:

Medium zoom like functionality, but working by simply transforming the element. Suited for children that adjust automatically depending on the parent element width - such as gatsby-image. (Note that for use with react, use the generic-medium-zoom-react p

5 lines (4 loc) 138 B
import GenericZoom from './GenericZoom'; import ZoomOverlay from './ZoomOverlay'; export default GenericZoom; export { ZoomOverlay };