UNPKG

@ahmafi/pixi-viewport

Version:

A highly configurable viewport/2D camera designed to work with pixi.js. Features include dragging, pinch-to-zoom, mouse wheel zooming, decelerated dragging, follow target, snap to point, snap to zoom, clamping, bouncing on edges, and move on mouse edges.

7 lines (6 loc) 182 B
///<reference path="./global.d.ts" /> export * from './plugins'; export * from './ease'; export * from './InputManager'; export * from './PluginManager'; export * from './Viewport';