react-picojs
v1.0.1
Published
A React component wrapping the picojs facial detection library.
Downloads
3
Readme
react-picojs
A React component wrapping the picojs facial detection library.
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