pixi.js / packages / interaction /
@Dave Moore Dave Moore authored on 17 Jan 2019
Matt Karl committed on 17 Jan 2019
..
src Adds a system ticker to sit alongside the shared ticker (#5369) 6 years ago
test Adds a system ticker to sit alongside the shared ticker (#5369) 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 Updating package.json descriptions (#5362) 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);