Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pixi-essentials/gradients

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi-essentials/gradients

Generates textures with color gradients

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
721
decreased by-35.51%
Maintainers
0
Weekly downloads
 
Created
Source

Note: There is a bug in PixiJS v8.1.0 that prevents GradientFactory from correctly rendering into a texture. Make sure you have applied this patch to your PixiJS build: https://github.com/pixijs/pixijs/pull/10486

@pixi-essentials/gradients

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.

Installation :package:

npm install @pixi-essentials/gradients

Usage :page_facing_up:

import { GradientFactory } from '@pixi-essentials/gradients';

Keywords

FAQs

Package last updated on 08 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc