react-touch-position
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-touch-position", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A React component that decorates its children with touch coordinates, plotted relative to itself.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -14,2 +14,6 @@ # react-touch-position | ||
## Related Project | ||
For mouse position tracking, please consider [react-cursor-position](https://www.npmjs.com/package/react-cursor-position). | ||
It has a similar architecture and interface to this project. | ||
## Installation | ||
@@ -70,6 +74,2 @@ | ||
## Companion Project | ||
For mouse position tracking, see [react-cursor-position](https://www.npmjs.com/package/react-cursor-position). | ||
It has a similar architecture and interface. | ||
## Support | ||
@@ -76,0 +76,0 @@ |
15998