mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Changed FP to EPUBJS for the entire project.
This commit is contained in:
parent
bc49465787
commit
9a94f151f9
33 changed files with 24764 additions and 0 deletions
6
epubjs/render/base.js
Normal file
6
epubjs/render/base.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var EPUBJS = EPUBJS || {};
|
||||
EPUBJS.VERSION = "0.1.5";
|
||||
|
||||
EPUBJS.plugins = EPUBJS.plugins || {};
|
||||
|
||||
EPUBJS.filePath = EPUBJS.filePath || "/epubjs/";
|
Loading…
Add table
Add a link
Reference in a new issue