UNPKG

@sfenton/react-native-readium-with-cfi

Version:

A react-native wrapper for https://readium.org/ with CFI support

15 lines (12 loc) 277 B
// NOTE: readium uses an index so the order is very important here export enum Appearance { /** * A traditional "light" mode */ DEFAULT = 'readium-default-on', SEPIA = 'readium-sepia-on', /** * A traditional "dark" mode */ NIGHT = 'readium-night-on', }