Socket
Socket
Sign inDemoInstall

@pixi/filter-zoom-blur

Package Overview
Dependencies
32
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/filter-zoom-blur

PixiJS filter to apply zoom blur effect


Version published
Maintainers
2
Weekly downloads
11,609
increased by10.84%

Weekly downloads

Readme

Source

ZoomBlurFilter

PixiJS filter to apply zoom blur effect.

View demo

Installation

npm install @pixi/filter-zoom-blur

Usage

import {ZoomBlurFilter} from '@pixi/filter-zoom-blur';
import {Container} from 'pixi.js';

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

Documentation

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