UNPKG
@face-detector/react-face-detection
Version:
latest (1.0.1)
1.0.1
1.0.0
0.2.4
0.2.3
0.2.2
Face Detector Web SDK React Components and Hooks Package
@face-detector/react-face-detection
/
dist
/
hooks
/
useFacePosition.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
import
{
FacePosition
}
from
'@face-detector/types'
;
export
declare
const
useFacePosition
:
() =>
FacePosition
|
null
;