dom-pan-zoom 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,12 @@ A lightweight library providing mobile friendly panning and zooming to any HTML
4
4
 
5
5
  ---
6
6
 
7
+ ## Demo
8
+
9
+ [https://stephanwagner.github.io/dom-pan-zoom](https://stephanwagner.github.io/dom-pan-zoom)
10
+
11
+ ---
12
+
7
13
  ## Install
8
14
 
9
15
  ### npm
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dom-pan-zoom",
3
3
  "description": "A lightweight library providing mobile friendly panning and zooming to any HTML DOM element.",
4
- "version": "0.1.1",
4
+ "version": "0.1.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",