Example: How to make a sprite glow with a mouseover in PixiJS

This example shows how to create a PixiJS application with a specified width and height, along with a background color. It then creates a sprite from an image file and positions it at the center of the screen. Additionally, it enables interactivity with the sprite, triggering a glow effect when the mouse hovers over it and removing the effect when the mouse moves away.