ComponentsSpriteOn this pageSpritePropshttps://pixijs.download/v7.x/docs/PIXI.Sprite.htmlUsageResultLoading...Live Editor// import { Stage, Sprite } from '@pixi/react' <Stage width={300} height={300} options={{ backgroundColor: 0xeef1f5 }}> <Sprite image="/pixi-react/img/coin.png" scale={{ x: 0.5, y: 0.5 }} anchor={0.5} x={150} y={150} /> </Stage>// import { Stage, Sprite } from '@pixi/react' <Stage width={300} height={300} options={{ backgroundColor: 0xeef1f5 }}> <Sprite image="/pixi-react/img/coin.png" scale={{ x: 0.5, y: 0.5 }} anchor={0.5} x={150} y={150} /></Stage>Example