Skip to content

Interface: BridgeRenderOptions

Defined in: packages/vellora/src/types.ts:136

The fully-resolved configuration handed to the bridge. Derived from RenderOptions with the deterministic creation-date default applied. This is what the native addon receives.

Properties

baseUrl?

optional baseUrl?: string

Defined in: packages/vellora/src/types.ts:141


chromium?

optional chromium?: ChromiumEngineOptions

Defined in: packages/vellora/src/types.ts:142


fonts?

optional fonts?: Uint8Array<ArrayBufferLike>[]

Defined in: packages/vellora/src/types.ts:139


images?

optional images?: Record<string, Uint8Array<ArrayBufferLike>>

Defined in: packages/vellora/src/types.ts:140


metadata

metadata: RenderMetadata & object

Defined in: packages/vellora/src/types.ts:137

Type Declaration

creationDate

creationDate: string


pdfa?

optional pdfa?: "PDF/A-2b"

Defined in: packages/vellora/src/types.ts:138