theme
Visual theme of the SDK (colors, logo, and typography).
Last updated
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
theme={{
logo: '/assets/img/logo.jpg',
primaryColor: 'blue',
secondaryColor: 'white',
tertiaryColor: 'black'
}}
/>