pixi.js / packages / interaction /
@Matt Karl Matt Karl authored on 9 Dec 2018
Chad Engler committed on 9 Dec 2018
..
src Revert "[next] Sprite, Mesh and Graphics refactor to including in batching (#5069)" (#5127) 6 years ago
test Fix pointertap emission when sliding held mouse to a second object (#4872) 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 [next] House-keeping for dependencies and tests (#5277) 6 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);