Parse cover image path from content.opf file (#24)

This commit is contained in:
Dave Allie
2025-12-16 03:15:54 +11:00
committed by GitHub
parent 449b3ca161
commit c262f222de
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -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;