UNPKG

react-image-magnify

Version:

A responsive image zoom component designed for shopping sites.

14 lines (12 loc) 272 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var INPUT_TYPE = exports.INPUT_TYPE = { mouse: 'mouse', touch: 'touch' }; var ENLARGED_IMAGE_POSITION = exports.ENLARGED_IMAGE_POSITION = { over: 'over', beside: 'beside' };