1.0.3 • Published 2 years ago

@luohc92/vue3-image-viewer v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue3-image-viewer

A image viewer for vue3.x

一款vue3.0的图片查看器

vue2.x版 vue-image-viewer

Install 安装

npm install @luohc92/vue3-image-viewer

Usage 使用方法

import ImageViewer from "@luohc92/vue3-image-viewer";
import '@luohc92/vue3-image-viewer/dist/style.css';
  ImageViewer({
    images: images,
    curIndex: 0,
    zIndex: 2000,
    showDownload: true,
    showThumbnail: true,
    handlePosition: "bottom",
    maskBgColor: "rgba(0,0,0,0.7)",
    onClose: () => {
      console.log("close");
    },
  });

Props 属性

NameTypeRequiredDescriptionDefault
imagesArraytrueimages source 图片源[]
curIndexNumberfalsedefault display image 默认显示图片0
zIndexNumberfalseset image viewer z-index 设置图片查看器的 z-index2000
showDownloadBooleanfalseshow download button 显示下载按钮false
showThumbnailBooleanfalseshow images thumbnail 显示图片缩略图false
handlePositionString top,bottomfalseset handle position 设置操作柄显示位置bottom
maskBgColorStringfalseset mask background color 设置遮罩背景颜色rgba(0,0,0,0.7)
onCloseFunctionfalseclose function callback 关闭方法回调null
onDownloadFunctionfalsedownload image function callback 关闭方法回调null

Keyboard Shortcuts 快捷键

KeyboardAction
arrow-leftprev 上一张
arrow-rightnext 下一张
arrow-upzoomIn 放大
arrow-downzoomOut 缩小
altclockwise rotation 顺时针旋转
ctrlmirror 镜像翻转
spacetoggle image size mode contain,original 图片显示大小模式自适应大小,原始大小
escclose 关闭
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

1.0.3

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago