UNPKG

@pixi/events

Version:

Federated Events API, the plumbing behind the propagation of UI events into the PixiJS scene graph.

17 lines (11 loc) 244 B
# @pixi/events This packages implements the Federated Events API, the plumbing behind the propagation of UI events into the PixiJS scene graph. ## Installation ```bash npm install @pixi/events ``` ## Usage ```js import '@pixi/events'; ```