Skip to content

vyaz-monorepo / core/src / LayoutEngineOptions

Interface: LayoutEngineOptions

Defined in: core/src/layout/create-engine.ts:20

Configuration for createLayoutEngine.

Properties

cache?

optional cache?: object

Defined in: core/src/layout/create-engine.ts:22

Prepared-line cache bound (LRU entries). Default 4096.

max?

optional max?: number

Released under the MIT License.