1.0.1 • Published 4 years ago

react-picojs v1.0.1

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

react-picojs

A React component wrapping the picojs facial detection library.

NPM JavaScript Style Guide

Install

npm install --save react-picojs

Usage

import React, { Component } from 'react'

import FaceFinder from 'react-picojs'
import 'react-picojs/dist/index.css'

class Example extends Component {
  render() {
    return <FaceFinder width={500} height={500}/>
  }
}

License

MIT © mjayasur