diff --git a/README.md b/README.md index 9f4a1b3..3bcd323 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ npm i h5-imageviewer ``` Or get it from CDN: -[https://unpkg.com/h5-imageviewer@0.7.4/umd/pobi-imageviewer.js](https://unpkg.com/h5-imageviewer@0.7.4/umd/pobi-imageviewer.js) + +[https://unpkg.com/h5-imageviewer@0.7.5/umd/h5-imageviewer.js](https://unpkg.com/h5-imageviewer@0.7.5/umd/h5-imageviewer.js) # Usage Show single image viewer @@ -47,7 +48,7 @@ viewer.showImgListViewer(imgObjList, options) viewer.hideImgListViewer() ``` -Please check [EXAMPLE](https://github.com/TUBB/h5-imageviewer/blob/master/src/example/example.js) for detail. +Please check [EXAMPLE1](https://github.com/TUBB/h5-imageviewer/blob/master/src/example/example.js) or [EXAMPLE2](https://github.com/TUBB/h5-imageviewer/tree/master/public/cdn-test.html) for detail. # Apis diff --git a/package.json b/package.json index 3bf01b4..d8f2117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5-imageviewer", - "version": "0.7.4", + "version": "0.7.5", "description": "Image viewer for mobile browser, supported React/Vue/AngularJS.", "main": "bundle.js", "files": [ diff --git a/public/cdn-test.html b/public/cdn-test.html index d76679a..caf3000 100644 --- a/public/cdn-test.html +++ b/public/cdn-test.html @@ -5,13 +5,13 @@