UNPKG

@cd-z/epub-constructor

Version:

This is a react library that creates an epub structure. This library only provides the file structure. To get a valid epub file it is needed to to create files from the provided data and compress them to a epub file.

5 lines (4 loc) 190 B
import EpubFile from './src/main'; import { Parameter, EpubChapter, File, EpubSettings } from './types'; export default EpubFile; export type { Parameter, EpubChapter, File, EpubSettings };