Overlays HTML elements on a PixiJS v8 canvas and syncs their position, rotation, scale, and opacity with the scene graph via CSS transforms. You'll reach for this when you need native inputs, iframes, or rich HTML that follows display objects around the canvas. It's marked experimental, so the API may shift between minor versions. The main gotcha is that it's a leaf container, so you can't nest PixiJS children inside it, only DOM content. Filters and blend modes don't work either since the elements live outside the WebGL pipeline. Use CSS for those effects. Custom builds need the pixi.js/dom side effect import to register the DOMPipe, though the default browser bundle handles it automatically.
npx skills add https://github.com/pixijs/pixijs-skills --skill pixijs-scene-dom-container