Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Generate a simple ePub file
require 'eeepub'
book = EeePub::Book.new(title: 'My Book')
book.add_item('chapter1.xhtml', content: '<h1>Chapter 1</h1>')
book.save('mybook.epub')
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.