UNPKG

jy-vue3-photo-preview

Version:
20 lines 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maxScale = exports.minSwitchImageOffset = exports.minStartTouchOffset = exports.horizontalOffset = void 0; /** * 图片间隔 */ exports.horizontalOffset = 20; /** * 最小初始响应距离 */ exports.minStartTouchOffset = 10; /** * 最小切换图片距离 */ exports.minSwitchImageOffset = 40; /** * 最大缩放度(若图片足够大,则会超出该值) */ exports.maxScale = 6; //# sourceMappingURL=constant.js.map