UNPKG

@epubjs-react-native/core

Version:

A digital book reader in .opf .epub format for react native using epub.js library inside a webview.

9 lines 184 B
import { light } from './light'; import { dark } from './dark'; import { sepia } from './sepia'; const Themes = { LIGHT: light, DARK: dark, SEPIA: sepia }; export default Themes;