Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 808 Bytes

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.