0.1.0 • Published 1 year ago

@melon-technologies/get-face-status v0.1.0

Weekly downloads
-
License
CC BY-NC-ND 4.0
Repository
github
Last release
1 year ago

get-face-status

ci

A JavaScript module that takes a list of faces and returns the best one with its status.

Installation

MethodInstallImport
CDN (html)N/A<script src="https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status"</script>
CDN (module)N/Aimport "https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status";
npmnpm install @melon-technologies/get-face-statusimport * as saffe from "@melon-technologies/get-face-status";
source (bundle)npm install && npm run build:bundleimport "./dist/get_face_status.js";
source (library)npm install && npm run build:libraryimport * 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.

0.1.0

1 year ago

0.0.1

1 year ago

1.0.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago