LogoPixi’VN
coreVariables

Variable: 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:

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

extensions.add(Live2DPlugin)