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
/
createConfig.d.ts
4 lines
(3 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
import
{
Config
}
from
'@face-detector/types'
;
import
{
ReactFaceDetectorConfig
}
from
'../types/config'
;
export
declare
function
createConfig
(
videoElement: HTMLVideoElement, extractingCanvasElement: HTMLCanvasElement, config?: ReactFaceDetectorConfig
):
Config
;