MCPcopy Create free account
hub / github.com/a7medev/react-native-ml-kit / FaceMapProps

Interface FaceMapProps

example/src/face-detection/FaceMap.tsx:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import {scaleFrame, scalePoint} from '../core/scaling';
6
7interface FaceMapProps {
8 face: Face;
9 width: number;
10 height: number;
11 showLandmarks: boolean;
12 showContours: boolean;
13 showFrame: boolean;
14}
15
16const FaceMap = ({
17 face,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected