UNPKG

@biopassid/face-sdk-react-native

Version:
11 lines (9 loc) 265 B
import type { FaceMaskFormat } from './enums/FaceMaskFormat'; export interface FaceMaskOptions { enabled?: boolean; type?: FaceMaskFormat; backgroundColor?: string; frameColor?: string; frameEnabledColor?: string; frameErrorColor?: string; }