Turns DOM elements into PixiJS textures using the experimental HTML-in-Canvas browser API. HTMLSource keeps the element live and interactive while mirroring its pixels to the GPU, ElementImageSource captures an immutable snapshot. You need the side-effect import and a feature-detection check since it's behind a browser flag. The element must be a direct child of the canvas with the layoutsubtree attribute set. Useful when you want a form, video, or animated HTML sitting inside your PixiJS scene instead of overlaid on top, though the experimental status means you're accepting API churn between minor releases. Covers autoRequestPaint for continuous animation and the usual texture source lifecycle.
npx -y skills add pixijs/pixijs-skills --skill pixijs-html-source --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar