<Stage width={300} height={300} options={{ backgroundColor: 0xeef1f5 }}>
<Container position={[150, 150]}>
<Sprite anchor={0.5} x={-75} y={-75} image="/pixi-react/img/bunny.png" />
<Sprite anchor={0.5} x={0} y={0} image="/pixi-react/img/bunny.png" />
<Sprite anchor={0.5} x={75} y={75} image="/pixi-react/img/bunny.png" />
</Container>
</Stage>