pixi-reels
All questions

How do I attach the reel set to my existing PixiJS app?

build() returns a ReelSet, which is a PixiJS Container: app.stage.addChild(reelSet), and pass the app ticker via .ticker(app.ticker).

More in Getting started