Customization Options for Older Versions (before 1.0.1)
OzLiveness.open({
// ...
style: {
// the backward compatibility block
doc_color: "",
face_color_success: "",
face_color_fail: "",
// the current customization block
faceFrame: {
faceReady: "",
faceNotReady: "",
},
centerHint: {
textSize: "",
color: "",
yPosition: "",
letterSpacing: "",
fontStyle: "",
},
closeButton: {
image: "",
},
backgroundOutsideFrame: {
color: "",
},
},
// ...
});Last updated
Was this helpful?
