0.0.1 • Published 4 years ago

react-touch-visualizer v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.