AI AGENT ADDONS

Pixijs Migration V8

pixijs/pixijs-skills

Upgrading from PixiJS version 7 to version 8 requires careful changes. This skill lists all the breaking changes you need to fix. It covers async app.init, the single pixi.js package, and the new Graphics shape-then-fill style.

You will learn the new import path. No more @pixi/* sub-packages. Application setup is now async. Graphics uses .fill() and .stroke() instead of beginFill and endFill.

Follow the checklist top to bottom. Each item shows the old v7 pattern and the new v8 pattern. This makes your migration smooth and error-free.

Add Pixijs Migration V8 skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-migration-v8

Project

mkdir -p .claude/skills/pixijs-migration-v8

Source Repository

Stars
262
Forks
15
Watchers
262
License
MIT
Last Push
1 month ago
Created
3 months ago