Socket
Socket
Sign inDemoInstall

@pixi/filter-kawase-blur

Package Overview
Dependencies
29
Maintainers
3
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
Maintainers
3
Created

Readme

Source

KawaseBlurFilter

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

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://pixijs.github.io/pixi-filters/docs

FAQs

Last updated on 05 Aug 2022

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