🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-use-face-detection

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-face-detection

>

0.0.4
npm
Version published
Weekly downloads
549
-18.3%
Maintainers
1
Weekly downloads
 
Created
Source

use-face-detection

NPM JavaScript Style Guide

Install

npm install --save use-face-detection

Usage

import * as React from 'react'

import { useMyHook } from 'use-face-detection'

const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © lauirvin

This hook is created using create-react-hook.

FAQs

Package last updated on 12 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts