# @pixi/filter-shockwave

> PixiJS filter to apply a shockwave-type effect

Latest version **5.1.1** (published 2023-01-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @pixi/filter-shockwave
pnpm add @pixi/filter-shockwave
yarn add @pixi/filter-shockwave
bun add @pixi/filter-shockwave
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.1.1 |
| Published | 2023-01-11 |
| First published | 2017-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 22.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1128 |
| Author | Mat Groves |
| Maintainers | zyie, bigtimebuddy |

## Links

- npm: https://www.npmjs.com/package/@pixi/filter-shockwave
- Repository: https://github.com/pixijs/filters
- Homepage: http://pixijs.com/
- Issues: https://github.com/pixijs/filters/issues
- npm.io page: https://npm.io/package/@pixi/filter-shockwave

## Recent versions

- 5.1.1 (latest) — 2023-01-11
- 4.1.3-rc.2 (prerelease) — 2021-06-17
- 5.0.0 — 2022-09-23
- 4.2.0 — 2022-08-05
- 4.1.5 — 2021-09-29
- 4.1.3 — 2021-06-17
- 4.1.0 — 2021-05-03
- 4.0.0 — 2021-03-03
- 3.1.1 — 2020-03-11
- 3.1.0 — 2020-03-03
- 3.0.3 — 2019-05-29
- 3.0.1 — 2019-05-10
- 3.0.0 — 2019-05-10
- 2.7.0 — 2019-01-13
- 2.6.1 — 2018-05-03
- … 10 more at https://npm.io/package/@pixi/filter-shockwave/versions

## README

# ShockwaveFilter

> PixiJS filter to apply a shockwave-type effect.

[View demo](https://filters.pixijs.download/main/demo/index.html?enabled=ShockwaveFilter)

## Installation

```bash
npm install @pixi/filter-shockwave
```

## Usage

```js
import {ShockwaveFilter} from '@pixi/filter-shockwave';
import {Container} from 'pixi.js';

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

## Documentation

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

---
_Source: https://npm.io/package/@pixi/filter-shockwave · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
