std::string ReadiumJSApi::getBasePath() { if (pkg) { return pkg->BasePath().c_str(); } return ""; }
std::string ReadiumJSApi::getBookTitle() { if (pkg) { pkg->BasePath(); return pkg->Title().c_str(); } return ""; }