mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Intial move to ES2015
This commit is contained in:
parent
b0944bdff8
commit
353dfa62fd
46 changed files with 16839 additions and 18742 deletions
15
src/index.js
Normal file
15
src/index.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
import Book from './book';
|
||||
import EpubCFI from './epubcfi';
|
||||
import Rendition from './rendition';
|
||||
import Contents from './contents';
|
||||
import Layout from './layout';
|
||||
import ePub from './epub';
|
||||
|
||||
export default ePub;
|
||||
export {
|
||||
Book,
|
||||
EpubCFI,
|
||||
Rendition,
|
||||
Contents,
|
||||
Layout
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue