This package exports a GradientFactory
that generates color gradient textures. The implementation wraps around
the Canvas API currently, and is not as performant as a WebGL shader would provide.
npm install @pixi-essentials/gradients
import { GradientFactory } from '@pixi-essentials/gradients';