renderEpub
Call Signature
Section titled “Call Signature”renderEpub(
source):Uint8Array
Defined in: nodejs/packages/mdi/src/index.ts:539
Build a baseline EPUB 3 archive from complete source in Rust.
Parameters
Section titled “Parameters”source
Section titled “source”string
Returns
Section titled “Returns”Uint8Array
Call Signature
Section titled “Call Signature”renderEpub(
source,options):Promise<Uint8Array<ArrayBufferLike>>
Defined in: nodejs/packages/mdi/src/index.ts:544
Build a profile-configured EPUB 3 archive. This overload is asynchronous for backward compatibility; validation and archive generation run in Rust.
Parameters
Section titled “Parameters”source
Section titled “source”string
options
Section titled “options”Returns
Section titled “Returns”Promise<Uint8Array<ArrayBufferLike>>