renderEpubWithDiagnostics
Call Signature
Section titled “Call Signature”renderEpubWithDiagnostics(
source):MdiRenderResult<Uint8Array<ArrayBufferLike>>
Defined in: mdi/src/index.ts:247
Build a baseline Rust EPUB while retaining diagnostics for an export UI.
Parameters
Section titled “Parameters”source
Section titled “source”string
Returns
Section titled “Returns”MdiRenderResult<Uint8Array<ArrayBufferLike>>
Call Signature
Section titled “Call Signature”renderEpubWithDiagnostics(
source,options):Promise<MdiRenderResult<Uint8Array<ArrayBufferLike>>>
Defined in: mdi/src/index.ts:248
Build a baseline Rust EPUB while retaining diagnostics for an export UI.
Parameters
Section titled “Parameters”source
Section titled “source”string
options
Section titled “options”Returns
Section titled “Returns”Promise<MdiRenderResult<Uint8Array<ArrayBufferLike>>>