🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@pixi/filter-godray

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/filter-godray

PixiJS filter to apply and animate atmospheric light rays

Source
npmnpm
Version
5.0.0
Version published
Maintainers
3
Created
Source

GodrayFilter

PixiJS filter to apply and animate atmospheric light rays.

Installation

npm install @pixi/filter-godray

Usage

import {GodrayFilter} from '@pixi/filter-godray';
import {Container} from 'pixi.js';

const container = new Container();
container.filters = [new GodrayFilter()];

Documentation

See https://filters.pixijs.download/main/docs/GodrayFilter.html

FAQs

Package last updated on 23 Sep 2022

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