Copyright
The copyright information is displayed in the footer of the start screen, camera and finish screen. This section ensures that the intellectual property rights of the app's content and design are protected.
To customize the appearance, use the part
attribute and define the desired CSS properties. For example:
document-reader::part(container-copyright) {
/* Styles to apply to the `container-copyright` part */
}
You can hide the copyright by using the copyright
property.