pixi-reels
All questions

How do I dump the current board state as readable JSON?

enableDebug(reelSet), then window.__PIXI_REELS_DEBUG.snapshot() returns a serializable state object (no PixiJS types).

See it work

More in Debugging & testing