Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.69 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.69 KB

logo

useFaceDetection hook demo

📚 Introduction

Demo of how to use the useFaceDetection hook from react-use-face-detection - this project consists of both examples of detecting faces in an HTMLImageElement and a video source from react-webcam

🚀 Development

Getting started

  1. Locate the repository root directory in terminal/bash
  2. Install dependencies
yarn install
  1. Start development server
yarn dev

Prettier & ESLint

ESLint Lint Check

yarn lint

Prettier Lint Check

yarn format

Fix both Prettier and ESLint errors

yarn lint:fix

📦 Production

Build project

yarn build

👷🏻‍♂️ Built With

👨🏻‍🎨 Author