configure
configure(
config):void
Defined in: src/core/config.ts:34
Update the global configuration.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
config | Partial<Omit<PDFiumConfig, "limits"> & object> | Partial configuration to merge. |
Returns
Section titled “Returns”void
Throws
Section titled “Throws”If limit values are invalid.