Shumoku Docs

ドキュメントを検索

共通文書と現行公開版

検索を読み込み中…

English

@shumoku/core · 0.4.0 · function

createEngine

ソース

APIの説明は英語のcanonical sourceを表示しています。

Build an engine instance. Stateless across queries (every call returns the same answer for the same input given the same config). Memoization is allowed inside; the `fingerprint` is the cache key.

createEngine(config?: EngineConfig): LayoutEngine

パラメーター

名前 説明 既定値
config EngineConfig 追加説明はありません。 {}

戻り値

LayoutEngine

libs/@shumoku/core/src/layout/engine/index.ts:45