@melon-technologies/get-face-status
v0.1.0
Published
A face detection module that finds the best face and status
Downloads
1
Readme
get-face-status
A JavaScript module that takes a list of faces and returns the best one with its status.
Installation
| Method | Install | Import |
| ---------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| CDN (html) | N/A | <script src="https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status"</script>
|
| CDN (module) | N/A | import "https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status";
|
| npm | npm install @melon-technologies/get-face-status
| import * as saffe from "@melon-technologies/get-face-status";
|
| source (bundle) | npm install && npm run build:bundle
| import "./dist/get_face_status.js";
|
| source (library) | npm install && npm run build:library
| import * as saffe "./dist/index.js";
|
Usage
const { status, face } = saffe.getFaceStatus(faces, shape, options);
Examples
More Information
For more details, refer to the project wiki.