pixi-scrollcontainer
v0.1.1
Published
A lightweight scroll container for PixiJS with drag, wheel and inertia support.
Maintainers
Readme
pixi-scrollbox
A lightweight scroll container for PixiJS.
Installation
npm install pixi-scrollbox
Usage
import { ScrollBox } from "pixi-scrollbox";
const scroll = new ScrollBox(400,300);
scroll.addItem(sprite);
app.stage.addChild(scroll);
