1.0.3 • Published 6 years ago

laughing-man v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

laughing-man

An experiment with the new native FaceDetector API.

Examples:

Install

npm install --save laughing-man

Usage

Pass the video and image you want to put on top of the detected face.

const laughingMan = require('laughing-man')

const video = document.querySelector('video')
const imgOverlay = document.querySelector('img.overlay')

laughingMan(video, { overlay: imgOverlay })

Preview

Credits


caiogondim.com  ·  GitHub @caiogondim  ·  Twitter @caio_gondim

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago