# rafster

> Sharing the "requestAnimationFrame" and "cancelAnimationFrame" methods across different libraries saves animation frames, thereby improving performance.

Latest version **1.0.0** (published 2023-03-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install rafster
pnpm add rafster
yarn add rafster
bun add rafster
```

## 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.0.0 |
| Published | 2023-03-08 |
| First published | 2023-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 12.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | kiccer |
| Maintainers | kiccer |
| Keywords | requestAnimationFrame, multiple, Sharing frames |

## Links

- npm: https://www.npmjs.com/package/rafster
- Repository: https://github.com/kiccer/rafster
- Homepage: https://github.com/kiccer/rafster#readme
- Issues: https://github.com/kiccer/rafster/issues
- npm.io page: https://npm.io/package/rafster

## Alternatives

- [persona-harness](https://npm.io/package/persona-harness.md) — 4.7K weekly downloads
- [@tsparticles/effect-bubble](https://npm.io/package/@tsparticles/effect-bubble.md) — 4.6K weekly downloads
- [f3d](https://npm.io/package/f3d.md) — 730 weekly downloads
- [spark-html-motion](https://npm.io/package/spark-html-motion.md) — 298 weekly downloads
- [cra-template-particles-typescript](https://npm.io/package/cra-template-particles-typescript.md) — 227 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2023-03-08

## README

# Rafster

Rafster is a simple, fast, and easy-to-use library for combining the `requestAnimationFrame` method of multiple third-party libraries into one to improve performance.

## Installation

```bash
npm install rafster --save
# or
yarn add rafster
```

## Usage

```js
// Import before requestAnimationFrame is called
import 'rafster'
// Import library that uses requestAnimationFrame
import someLib from 'some-lib'
```

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