# eruda-fps

> Eruda plugin for displaying fps info

Latest version **2.0.0** (published 2020-01-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install eruda-fps
pnpm add eruda-fps
yarn add eruda-fps
bun add eruda-fps
```

## 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 | 2.0.0 |
| Published | 2020-01-05 |
| First published | 2016-05-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 11.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | redhoodsu |
| Maintainers | surunzi |
| Keywords | eruda, fps |

## Links

- npm: https://www.npmjs.com/package/eruda-fps
- Repository: https://github.com/liriliri/eruda-fps
- Homepage: https://github.com/liriliri/eruda-fps#readme
- Issues: https://github.com/liriliri/eruda-fps/issues
- npm.io page: https://npm.io/package/eruda-fps

## Recent versions

- 2.0.0 (latest) — 2020-01-05
- 1.1.2 — 2019-09-01
- 1.1.1 — 2019-09-01
- 1.1.0 — 2019-09-01
- 1.0.2 — 2017-11-26
- 1.0.1 — 2017-10-04
- 1.0.0 — 2017-01-14
- 0.0.3 — 2016-07-05
- 0.0.2 — 2016-05-12
- 0.0.1 — 2016-05-04

## README

# eruda-fps

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![License][license-image]][npm-url]

[npm-image]: https://img.shields.io/npm/v/eruda-fps.svg
[npm-url]: https://npmjs.org/package/eruda-fps
[travis-image]: https://img.shields.io/travis/liriliri/eruda-fps.svg
[travis-url]: https://travis-ci.org/liriliri/eruda-fps
[license-image]: https://img.shields.io/npm/l/eruda-fps.svg

Eruda plugin for displaying fps info, inspired by
[stats.js](https://github.com/mrdoob/stats.js/).

## Demo

Browse it on your phone: 
[http://eruda.liriliri.io/?plugin=fps](http://eruda.liriliri.io/?plugin=fps)

## Install

```bash
npm install eruda-fps --save
```

```javascript
eruda.add(erudaFps);
```

Make sure Eruda is loaded before this plugin, otherwise won't work.

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