You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

electron-face-detection-windows

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-face-detection-windows

Detect Faces in images, using Windows' very own face detection

1.0.0
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Detect Faces in Electron, using WinRT

This module is mostly meant to serve as an example on how to use the Windows Runtime (WinRT) via NodeRT from Electron, but it totally works.

Usage
npm install --save electron-face-detection-Windows
detectFaces('C:\\Users\\felix\\Pictures\\faces.jpg')
  .then(faces => console.log(`We found ${faces} face${faces > 1 ? 's' : ''}!`))
  .catch(error => console.error('Something went wrong:', error))
License

MIT

FAQs

Package last updated on 09 Jan 2017

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