# createNetworkLayoutEngine

Canonical: https://docs.shumoku.dev/ja/library/api/createNetworkLayoutEngine
Language: ja

@shumoku/core · 0.4.0 · function

# createNetworkLayoutEngine

[ソース](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/unified-engine.ts#L37)

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

Create a LayoutEngine that uses the custom network layout + libavoid routing. Returns LayoutResult for backward compatibility with existing consumers.

```
createNetworkLayoutEngine(): LayoutEngine
```

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |

## 戻り値

```
LayoutEngine
```

[`libs/@shumoku/core/src/layout/unified-engine.ts:37`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/unified-engine.ts#L37)
