@echidna-spryker/image-zoom
v1.0.4
Published
NPM package to add product image zoom functionality in spryker shops
Downloads
5
Readme
Product Image Zoom
A js package to add product image zooming feature on mouse and touch events in spryker shops
Authors
How to Use
To add this in your project, run
npm i @echidna-spryker/image-zoom
Imports required
import productImageZoom from '@echidna-spryker/image-zoom';
import '@echidna-spryker/image-zoom/index.scss';
Initialize the function
productImageZoom('init');