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?
optionalbaseUrl?:string
Defined in: packages/vellora/src/types.ts:141
chromium?
optionalchromium?:ChromiumEngineOptions
Defined in: packages/vellora/src/types.ts:142
fonts?
optionalfonts?:Uint8Array<ArrayBufferLike>[]
Defined in: packages/vellora/src/types.ts:139
images?
optionalimages?: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?
optionalpdfa?:"PDF/A-2b"
Defined in: packages/vellora/src/types.ts:138