コンテンツにスキップ

renderEpubWithProfile

このコンテンツはまだ日本語訳がありません。

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

Defined in: mdi/src/index.ts:304

Build a configured EPUB using the same profile schema as the dedicated publication adapters. Unlike the one-argument renderEpub, this returns a Promise and supports cover art, metadata, chapters and vertical writing.

string

MdiEpubExportOptions = {}

Promise<Uint8Array<ArrayBufferLike>>