AI AGENT ADDONS

Pixijs Blend Modes

pixijs/pixijs-skills

Compositing images in PixiJS becomes powerful with blend modes. You can control how display objects mix their colors. This skill covers both standard and advanced blend modes.

Standard modes like add, multiply, and screen use GPU blend equations directly. They are fast and hardware-accelerated. Advanced modes like color-burn and overlay need a special import. They use a filter pipeline under the hood.

Remember to group objects with the same blend mode together. This helps maintain batch-friendly ordering and keeps performance high.

Add Pixijs Blend Modes skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-blend-modes

Project

mkdir -p .claude/skills/pixijs-blend-modes

Source Repository

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