pixi-reels
All questions

How do I fly a value clone from each coin into the collector over an arc?

Spawn a clone at board.cellCenter(coin.cell) and bezierFly(clone, from, to, { lean: 'up' }) into the collector. Those helpers are demo code in apps/site/src/runtime/holdAndWinFx.ts, not exports of the pixi-reels package -- copy them into your project.

More in Coins, values, collectors & jackpots