pixi.js / packages / interaction /
@Matt Karl Matt Karl authored on 19 May 2019
..
src Ensure that a mouseout is fired with masked containers (#5606) 6 years ago
test Mixin utils are no longer needed (#5529) 6 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Decouple Canvas Functionality (v5) (#4429) 7 years ago
package.json v5.0.3 5 years ago
README.md

@pixi/interaction

Installation

npm install @pixi/interaction

Usage

import { InteractionManager } from '@pixi/interaction';
import { Renderer } from '@pixi/core';

Renderer.registerPlugin('interaction', InteractionManager);