# Variable: Live2DPlugin (/jsdoc/pixi-vn-live2d/core/variables/Live2DPlugin)



\> `const` **Live2DPlugin**: *typeof* `Live2DPipe`

Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:4342

PixiJS extension entry for registering the Live2D WebGL render pipe.

Register it before creating a renderer:

```ts
import { extensions } from 'pixi.js'
import { Live2DPlugin } from 'untitled-pixi-live2d-engine'

extensions.add(Live2DPlugin)
```
