UNPKG
@face-detector/react-face-detection
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
Face Detector Web SDK React Components and Hooks Package
@face-detector/react-face-detection
/
dist
/
utils
/
factory.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
import
{
Config
}
from
'@face-detector/types'
;
import
{
FaceDetector
}
from
'@face-detector/core'
;
export
declare
function
createFaceDetector
(
config: Config
):
FaceDetector
;