Exemplos
Demo interativo para explorar PDF, EPUB e TXT. A configuracao fica em examples/web/App.tsx.
Acoes rapidas
ts
const INITIAL_SDK_CONFIG: PapyrusConfig = {
initialUITheme: 'dark',
initialPageTheme: 'sepia',
};
// Runtime
setDocumentState({ uiTheme: 'light' });
setDocumentState({ pageTheme: 'high-contrast' });