laughing-man

1.0.3 • Public • Published

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

Preview

Credits


caiogondim.com  ·  GitHub @caiogondim  ·  Twitter @caio_gondim

Readme

Keywords

none

Package Sidebar

Install

npm i laughing-man

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

10 kB

Total Files

4

Last publish

Collaborators

  • caiogondim