mdiToEpub
mdiToEpub(
tree,options?):Promise<Buffer<ArrayBufferLike>>
Defined in: index.ts:22
Preserve the mdast-facing package API while delegating the actual EPUB package to the single Rust implementation shared by every binding.
Parameters
Section titled “Parameters”Root
options?
Section titled “options?”EpubExportOptions = {}
Returns
Section titled “Returns”Promise<Buffer<ArrayBufferLike>>