Skip to content

tombrowndev/react-touch-visualizer

Repository files navigation

React Touch Visualizer

A react component that visualizes multiple touch events.

Logo created by @M4yankChoudhary.

Installation

npm install --save-dev react-touch-visualizer

Usage

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>
    );
}

Contributing

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.

About

React component for overlaying touch events. Useful for demos and debugging.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published