Skip to content

Commit 2a8ea66

Browse files
committed
ok
1 parent 28cc204 commit 2a8ea66

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @zoompinch
22

3-
Apply a 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.. Framework-agnostic core with official bindings for **Vue 3** and **Web Components**.
3+
Apply a pinch-and-zoom experience that feels native and communicates the transform reactively and lets you project any layer on top of the transformed canvas. Framework-agnostic core with official bindings for **Vue 3** and **Web Components**.
44

55

66
**Play with the demo:** [https://zoompinch.pages.dev](https://zoompinch.pages.dev)
@@ -11,7 +11,7 @@ Apply a pinch-and-zoom experience that’s feels native and communicates the tra
1111

1212
Unlike other libraries, _Zoompinch_ does not just uses the center point between two fingers as projection center. The fingers get correctly projected on the virtual canvas. This makes pinching on touch devices feel native-like.
1313

14-
### Touch, Wheelm, Mouse and Trackpad Gestures!
14+
### Touch, Wheel, Mouse and Trackpad Gestures!
1515

1616
Adside of touch, mouse and wheel events, **gesture events** (Safari Desktop) are supported as well! Try it out on the [demo](https://zoompinch.pages.dev)
1717

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zoompinch/core",
33
"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.17",
4+
"version": "0.0.18",
55
"private": false,
66
"type": "module",
77
"main": "./dist/zoompinch-core.umd.js",

elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zoompinch/elements",
33
"description": "Custom elements wrapper ZoomPinch - reactive pinch & zoom component",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"private": false,
66
"type": "module",
77
"main": "./dist/zoompinch-elements.umd.js",
@@ -26,7 +26,7 @@
2626
"vite": "^6.4.1"
2727
},
2828
"dependencies": {
29-
"@zoompinch/core": "^0.0.17"
29+
"@zoompinch/core": "^0.0.18"
3030
},
3131
"publishConfig": {
3232
"access": "public"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@vicons/ionicons5": "^0.12.0",
13-
"@zoompinch/vue": "^0.0.17",
13+
"@zoompinch/vue": "^0.0.18",
1414
"naive-ui": "^2.38.1",
1515
"vue": "^3.2.37",
1616
"zoompinch": "^0.0.18"

vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zoompinch/vue",
33
"description": "Vue wrapper for ZoomPinch - reactive pinch & zoom component",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"private": false,
66
"type": "module",
77
"main": "./dist/zoompinch-vue.umd.js",
@@ -30,7 +30,7 @@
3030
"vue-tsc": "^3.2.0"
3131
},
3232
"dependencies": {
33-
"@zoompinch/core": "^0.0.17"
33+
"@zoompinch/core": "^0.0.18"
3434
},
3535
"peerDependencies": {
3636
"vue": "^3.5.26"

0 commit comments

Comments
 (0)