@zoompinch/core 0.0.23 → 0.0.25
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 +2 -1
- package/package.json +12 -1
package/README.md
CHANGED
|
@@ -501,7 +501,8 @@ MIT
|
|
|
501
501
|
|
|
502
502
|
## Related
|
|
503
503
|
|
|
504
|
-
- [@zoompinch/vue](https://www.npmjs.com/package/@zoompinch/vue) - Vue 3
|
|
504
|
+
- [@zoompinch/vue](https://www.npmjs.com/package/@zoompinch/vue) - Vue 3
|
|
505
505
|
- [@zoompinch/elements](https://www.npmjs.com/package/@zoompinch/elements) - Web Components
|
|
506
|
+
- [@zoompinch/core](https://www.npmjs.com/package/@zoompinch/core) - Core engine
|
|
506
507
|
|
|
507
508
|
Built with ❤️ by Elya Maurice Conrad
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoompinch/core",
|
|
3
3
|
"description": "Pinch-and-zoom experience that's feels native and communicates the transform reactively and lets you project any layer on top of the transformed canvas",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.25",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/zoompinch-core.umd.js",
|
|
@@ -14,6 +14,17 @@
|
|
|
14
14
|
"types": "./dist/index.d.ts"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"zoompinch",
|
|
19
|
+
"zoom images",
|
|
20
|
+
"pinch to zoom",
|
|
21
|
+
"image zoom",
|
|
22
|
+
"pan gesture",
|
|
23
|
+
"pan and zoom",
|
|
24
|
+
"panzoom",
|
|
25
|
+
"gesture library",
|
|
26
|
+
"touch gestures"
|
|
27
|
+
],
|
|
17
28
|
"files": [
|
|
18
29
|
"dist"
|
|
19
30
|
],
|