images-viewer-js 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# ImagesViewer 图片查看器
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
一个功能丰富、响应式的图片查看器,支持缩放、旋转、导航等操作。使用原生 javasciprt 写。不局限于框架使用。
|
|
4
|
+
|
|
5
|
+
[gitee 地址](https://gitee.com/ybchen292/images-viewer) [github 地址](https://github.com/ybchen292/images-viewer)
|
|
6
|
+
|
|
7
|
+
#### [预览地址](https://ybchen292.github.io/images-viewer/)
|
|
8
|
+
|
|
9
|
+
## 预览图
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+

|
|
4
14
|
|
|
5
15
|
## 特性
|
|
6
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "images-viewer-js",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "images-viewer一个功能丰富的图片查看器,支持缩放、旋转、导航等操作。原生javascript实现。不局限于框架使用",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"unpkg": "dist/index.umd.js",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"image-viewer",
|
|
20
|
-
"
|
|
20
|
+
"images-viewer",
|
|
21
|
+
"images-gallery",
|
|
21
22
|
"zoom",
|
|
22
23
|
"rotate",
|
|
23
24
|
"drag",
|