UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

6 lines (5 loc) 213 B
import { type Application } from 'pixi.js'; export interface CreateRootOptions { /** @description Callback to be fired when the application finishes initializing. */ onInit?: (app: Application) => void; }