# phaser-debug-emitter

> Debug methods for particle emitters

Latest version **1.1.2** (published 2017-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install phaser-debug-emitter
pnpm add phaser-debug-emitter
yarn add phaser-debug-emitter
bun add phaser-debug-emitter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2017-02-23 |
| First published | 2017-02-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | samme |
| Maintainers | samme |
| Keywords | phaser, phaser-debug |

## Links

- npm: https://www.npmjs.com/package/phaser-debug-emitter
- Repository: https://github.com/samme/phaser-debug-emitter
- Homepage: https://github.com/samme/phaser-debug-emitter#readme
- Issues: https://github.com/samme/phaser-debug-emitter/issues
- npm.io page: https://npm.io/package/phaser-debug-emitter

## Dependencies (1)

- [phaser](https://npm.io/package/phaser.md) ^2.6.2

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.1.2 (latest) — 2017-02-23
- 1.1.1 — 2017-02-23
- 1.1.0 — 2017-02-23
- 1.0.0 — 2017-02-22

## README

![Screenshot](https://samme.github.io/phaser-debug-emitter/screenshot.png)

[Demo](https://samme.github.io/phaser-debug-emitter/)

Use ✨
---

```javascript
// Show center and area
// {color}, if null, depends on the emitter's `on` state
game.debug.emitter(emitter, color = null, filled = true)

// List properties
game.debug.emitterInfo(emitter, x, y, color = null)

// Count existing particles
// Bar is {width}px × {height}px
game.debug.emitterTotal(emitter, x, y, width = 100, height = 10, color = null, label = emitter.name)
```

---
_Source: https://npm.io/package/phaser-debug-emitter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
