JSPM

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

Support for legacy browser JavaScript environments

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);