tm-react-life

0.0.3 • Public • Published

Getting Started

npm i tm-react-life

Get your api key: talentomobile.

Configuration

Ensure you import the module and the dependencies:

Basic Example

class App extends Component {
  detected(e){
    console.log(e);
  }
  result(e){
    console.log(e);
  }
  error(e){
    console.log(e);
  }
  render() {
    return (
      <TmReactLife result={this.result} detected={this.detected} error={this.error} video={false} token="YOUR-API-TOKEN"/>
    );
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i tm-react-life

Weekly Downloads

1

Version

0.0.3

License

none

Unpacked Size

104 kB

Total Files

6

Last publish

Collaborators

  • talento-mobile