SmartFace Station branding
It is possible to white label the SmartFace Station web application. You can change 5 following visual components and brand the application with your own trademark:
product logo
company logo
product favicon
title of the product
name of the SmartFace Platform
feedback display animation images
To change listed visual components, access the installation folder of SmartFace Station: C:\Program Files (x86)\Smartface Station\branding
. In the folder, you can replace the icons and rename the titles in .json
file.
Product logo
The product logo is located in the top left corner of the application:
The logo is stored in the branding/logo-product.png
file. The supported file type is .png
. The size of the icon should be kept similar to the original file, but it does not have to match the size exactly.
Company logo
Company logo is located at the bottom of the Configuration page:
The logo is stored in the branding/logo-company.svg
file. The supported file type is .svg
. The size of the icon should be kept similar to the original file, but it doesn’t have to match the size exactly.
Product favicon
Product favicon used for the browser tab:
The favicon is stored in the branding/favicon-product.ico
file. Supported file type is .ico
. The favicon should be a valid favicon.ico
file used by the browser.
Title of the product
The title of the product used in browser tab/window:
The title of the product is stored in the branding/naming-product.json
file. You can change it by changing the value of the windowTitle
field:
{
"windowTitle": "SmartFace Station"
}
The name of the SmartFace Platform is displayed under Configuration:
The name of the SmartFace Platform is stored in the branding/naming-product.json
file. You can change it by changing the value of the configSection
field:
{
"configSection": "SmartFace Platform"
}
Feedback display
Feedback display animation images before Idle state.
The images are stored in branding/feedback-display-top-image.svg
and branding/feedback-display-bottom-image.svg
files. The supported file type is .svg . The size of the image should be kept similar to the original file, but it doesn’t have to match the size exactly.
Feedback display animation in the idle state
The animation image is stored in SmartFace Station /branding/empty-display.gif
file. The supported file type is .gif
. The animation should be kept under this name: empty-display.gif