svelte-gestures
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ { | ||
"repository": "https://github.com/Rezi/svelte-gestures", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.umd.min.js", | ||
@@ -8,0 +8,0 @@ "module": "dist/index.es.js", |
@@ -9,3 +9,3 @@ # svelte-gestures | ||
Recognizers are kept as simple as possible, but still providing desired basic functionality. They are made in form of svelte actions with custom event emiters. Any number of recognizers can be used on one element. | ||
Recognizers are kept as simple as possible, but still providing desired basic functionality. They are made in form of svelte actions with custom event emiters. **Any number of different recognizers can be used on one element**. | ||
@@ -18,3 +18,3 @@ ## Pan | ||
[> repl Tap demo](https://svelte.dev/repl/5e8586cb44e54244948f1cd34ee379b3?version=3.38.2) | ||
[> repl Pan demo](https://svelte.dev/repl/5e8586cb44e54244948f1cd34ee379b3?version=3.38.2) | ||
@@ -112,3 +112,3 @@ ```html | ||
[> repl Swipe demo](https://svelte.dev/repl/98ec4843c217499b9dcdd3bf47a706f0?version=3.38.2) | ||
[> repl Tap demo](https://svelte.dev/repl/98ec4843c217499b9dcdd3bf47a706f0?version=3.38.2) | ||
@@ -115,0 +115,0 @@ ```html |
20670