react-touch-visualizer
v0.0.1
Published
React component for overlaying touch events. Useful for demos and debugging.
Downloads
7
Maintainers
Readme
React Touch Visualizer
A react component that visualizes multiple touch events.
Installation
npm install --save-dev react-touch-visualizer
Usage
Include the Visualize
component anywhere in your component tree.
import { Visualize } from "react-touch-visualizer";
const App = () => {
return (
<div className="app">
<Visualize />
// ... rest of your app
</div>
);
}
Contribute
As this project is in its infancy, I am looking for anybody who can spare some time to contribute. If you are interest, please get in touch with me on twitter @tombrowndev.