跳到內容

renderEpubWithProfile

本頁內容尚未翻譯。

renderEpubWithProfile(source, options?): Promise<Uint8Array<ArrayBufferLike>>

Defined in: nodejs/packages/mdi/src/index.ts:617

Build a configured EPUB in Rust. Unlike the one-argument renderEpub, this returns a Promise for API compatibility and supports cover art, metadata, chapters and vertical writing.

string

MdiEpubExportOptions = {}

Promise<Uint8Array<ArrayBufferLike>>