images-viewer-js 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,8 @@
8
8
 
9
9
  ## 预览图
10
10
 
11
- ![PixPin_2025-10-24_15-11-22](https://img2024.cnblogs.com/blog/1486937/202510/1486937-20251024151341473-890885709.gif)
11
+ ![PixPin_2025-10-24_15-50-09](./image/PixPin_2025-10-24_15-50-09.png)
12
+ ![PixPin_2025-10-24_15-52-35](./image/PixPin_2025-10-24_15-52-35.png)
12
13
 
13
14
  ## 特性
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "images-viewer-js",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "images-viewer一个功能丰富的图片查看器,支持缩放、旋转、导航等操作。原生javascript实现。不局限于框架使用",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",