@msobiecki/react-marauders-path 1.28.0 → 1.29.0
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 +0 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -590,17 +590,6 @@ npm run lint
|
|
|
590
590
|
|
|
591
591
|
## Project Status
|
|
592
592
|
|
|
593
|
-
### High-level Gesture Hook
|
|
594
|
-
|
|
595
|
-
- ✅ **`useGesture`** – high-level API for gesture handling
|
|
596
|
-
Supported gestures:
|
|
597
|
-
- `tap` – single tap / click
|
|
598
|
-
- `doubletap` – quick double tap
|
|
599
|
-
- `press` – press and hold
|
|
600
|
-
- `swipe` – directional swipe
|
|
601
|
-
- `drag` – track movement of finger or mouse
|
|
602
|
-
- `pinch` – two-finger pinch / zoom
|
|
603
|
-
|
|
604
593
|
### Pointer / Mouse Hooks (Unified)
|
|
605
594
|
|
|
606
595
|
- 🚧 **`usePointer`** – unified hook for MouseEvent, PointerEvent, and TouchEvent
|
package/package.json
CHANGED