Socket
Socket
Sign inDemoInstall

@pixi/filter-radial-blur

Package Overview
Dependencies
32
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pixi/filter-radial-blur

PixiJS filter to apply a radial blur effect


Version published
Weekly downloads
14K
increased by6.69%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

RadialBlurFilter

PixiJS filter to apply a radial blur effect.

View demo

Installation

npm install @pixi/filter-radial-blur

Usage

import {RadialBlurFilter} from '@pixi/filter-radial-blur';
import {Container} from 'pixi.js';

const container = new Container();
container.filters = [new RadialBlurFilter(60, 9)];

Documentation

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

FAQs

Last updated on 11 Jan 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc