Skip to content

A React component wrapping the picojs facial detection library.

Notifications You must be signed in to change notification settings

mjayasur/react-picojs

Repository files navigation

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

About

A React component wrapping the picojs facial detection library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published