Socket
Socket
Sign inDemoInstall

@pixi/filter-kawase-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-kawase-blur

PixiJS filter to apply an alternative, fast blur effect to Gaussian


Version published
Weekly downloads
30K
decreased by-9.42%
Maintainers
2
Install size
31.3 kB
Created
Weekly downloads
 

Readme

Source

KawaseBlurFilter

PixiJS filter to apply an alternative, fast blur effect to Gaussian.

View demo

Installation

npm install @pixi/filter-kawase-blur

Usage

import {KawaseBlurFilter} from '@pixi/filter-kawase-blur';
import {Container} from 'pixi.js';

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

Documentation

See https://filters.pixijs.download/main/docs/KawaseBlurFilter.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