Socket
Socket
Sign inDemoInstall

@pixi/filter-tilt-shift

Package Overview
Dependencies
32
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pixi/filter-tilt-shift

PixiJS filter to render a tilt-shift-like camera effect


Version published
Weekly downloads
17K
increased by37.8%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

TiltShiftFilter

PixiJS filter to render a tilt-shift-like camera effect.

View demo

Installation

npm install @pixi/filter-tilt-shift

Usage

import {TiltShiftFilter} from '@pixi/filter-tilt-shift';
import {Container} from 'pixi.js';

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

Documentation

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

FAQs

Last updated on 28 Feb 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