pixi-reels
All questions

How do I center the reels inside the game canvas?

A ReelSet is a Container with normal width/height, so set reelSet.x/reelSet.y to (app.screen.width - reelSet.width) / 2, etc.

More in Getting started