Theme studio
The capture components take your brand, not ours. Change the color and the button text below — the widget on the right is the real SDK component, re-themed live. CSS-class takeover and fully headless modes go further still.
Your brand
new FaceCapture(el, { theme: { accentColor: '#FFB300', buttonTextColor: '#1A1A1A' }, labels: { captureButton: 'Take selfie' } })Beyond colors: theme.buttonClassName hands the button to your stylesheet with zero inline styles, and showCaptureButton: false makes the component headless behind your own controls. All screens around the widget are your app's own HTML — the SDK imposes no UI.
Live widget
This is the SDK's FaceCapture, not a mock — capture works.