renderEpub
このコンテンツはまだ日本語訳がありません。
Call Signature
Section titled “Call Signature”renderEpub(
source):Uint8Array
Defined in: mdi/src/index.ts:225
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: mdi/src/index.ts:230
Build a profile-configured EPUB 3 archive. This overload is asynchronous because archive generation is performed by the Node.js publication adapter.
Parameters
Section titled “Parameters”source
Section titled “source”string
options
Section titled “options”Returns
Section titled “Returns”Promise<Uint8Array<ArrayBufferLike>>