JSPM

  • Created
  • Published
  • Downloads 62935
  • Score
    100M100P100Q154855F
  • License MIT

Plugin for handling mouse, touch and pointer events

Package Exports

  • @pixi/interaction

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pixi/interaction) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@pixi/interaction

Installation

npm install @pixi/interaction

Usage

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

Renderer.registerPlugin('interaction', InteractionManager);