A react component that visualizes multiple touch events.
Logo created by @M4yankChoudhary.
npm install --save-dev react-touch-visualizer
Include the Visualizer
component anywhere in your component tree.
import { Visualizer } from "react-touch-visualizer";
const App = () => {
return (
<div className="app">
<Visualizer />
// ... rest of your app
</div>
);
}
As this project is in its infancy, I am looking for anybody who can spare some time to contribute. If you would like to contribute, please get in touch with me on twitter @tombrowndev.