previewimg

1.0.38 • Public • Published

Image preview

Description

Provide preview function for image like QQ and WeChat, a group of pictures can be sliding and preview; Support zoom in, zoom out, move, the maximum magnification of 4; double-click to 2 times zoom

Dependencies

+ hammerjs

API

show(srcs,[index]);

srcs: A single picture address or multiple address arrays index: The current display of the picture of the subscript, default zero

hide

Hide the panel

安装使用

npm install previewimg --save-dev
var preViewImg = require('previewimg');
preViewImg.show(['....jpg','...jpg'],0);
preViewImg.hide();

Readme

Keywords

none

Package Sidebar

Install

npm i previewimg

Weekly Downloads

2

Version

1.0.38

License

ISC

Unpacked Size

215 kB

Total Files

9

Last publish

Collaborators

  • wulunyi