You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
New function Use taking a FSType as a parameter. This allows switching the filesystem used to build the EPUB.
two Filesystems are implemented: MemoryFS and OsFS
With MemoryFS, there is no need to access the local filesystem to build the EPUB. OsFS on the other hand should have the same behaviour as the previous releases.