Interface IDrawFaceLandmarksOptions

interface IDrawFaceLandmarksOptions {
    drawLines?: boolean;
    drawPoints?: boolean;
    lineColor?: string;
    lineWidth?: number;
    pointColor?: string;
    pointSize?: number;
}

Properties

drawLines?: boolean
drawPoints?: boolean
lineColor?: string
lineWidth?: number
pointColor?: string
pointSize?: number