Parse cover image path from content.opf file (#24)
This commit is contained in:
@@ -28,6 +28,7 @@ class ContentOpfParser final : public Print {
|
||||
public:
|
||||
std::string title;
|
||||
std::string tocNcxPath;
|
||||
std::string coverItemId;
|
||||
std::map<std::string, std::string> items;
|
||||
std::vector<std::string> spineRefs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user