
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
react-use-face-detection
Advanced tools
npm install --save use-face-detection
import * as React from 'react'
import { useMyHook } from 'use-face-detection'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
MIT © lauirvin
This hook is created using create-react-hook.
FAQs
Face detection React hook powered by @mediapipe/face_detection, @mediapipe/camera_utils, react-webcam
The npm package react-use-face-detection receives a total of 386 weekly downloads. As such, react-use-face-detection popularity was classified as not popular.
We found that react-use-face-detection demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.