UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

3 lines (2 loc) 153 B
import { Point } from '../classes/index'; export declare function drawContour(ctx: CanvasRenderingContext2D, points: Point[], isClosed?: boolean): void;