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.

3 lines (2 loc) 60 B
import EpubFile from './src/main'; export default EpubFile;