UNPKG

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.

3 lines (2 loc) 107 B
import Penner from 'penner'; export default function ease(ease: any, defaults?: keyof typeof Penner): any;