PixiJS has three sprite classes for different drawing tasks. is the default image-drawing leaf; is a resizable UI-panel variant that preserves corner art; repeats a texture across an area. The subclass of cycles through texture frames for frame-based animation. Assumes familiarity with . All sprite classes are leaf nodes; they cannot have children. Wrap multiple sprites in a to group them. Quick Start Position is set after construction because depends on the live renderer size. Literal positions can go directly in the options object via / (inherited from ). Related skills: (leaves, transforms…