UNPKG
vue3-photo-preview
Version:
latest (0.3.0)
0.3.0
0.2.9
0.2.8
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.2
一个 vue3 的图片预览组件
github.com/NameWjp/vue3-photo-preview
NameWjp/vue3-photo-preview
vue3-photo-preview
/
dist
/
types
/
constant.d.ts
17 lines
(16 loc)
•
358 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * 图片间隔 */
export
declare
const
horizontalOffset =
20
;
/** * 最小初始响应距离 */
export
declare
const
minStartTouchOffset =
10
;
/** * 最小切换图片距离 */
export
declare
const
minSwitchImageOffset =
40
;
/** * 最大缩放度(若图片足够大,则会超出该值) */
export
declare
const
maxScale =
6
;