Skip to content

Interface: ChromiumEngineOptions

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

Options forwarded only to the optional browser-fidelity engine.

Properties

args?

optional args?: string[]

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

Extra Chromium CLI flags appended after vellora's required headless PDF flags.


executablePath?

optional executablePath?: string

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

Chromium/Chrome executable path. Omitted => VELLORA_CHROMIUM_EXECUTABLE or PATH lookup.


pdf?

optional pdf?: object

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

Minimal Chromium print-to-PDF options implemented by the direct binary adapter.

landscape?

optional landscape?: boolean


timeoutMs?

optional timeoutMs?: number

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

Milliseconds to wait for the Chromium subprocess before aborting.