pixi-reels
All questions

How do I create a reel set and show it on screen?

Use the fluent ReelSetBuilder: chain .reels(), .visibleCells(), .symbolSize(), register your symbols, then .build() returns a ReelSet (a PixiJS Container) that you add to the stage.

More in Getting started