npm.io
1.0.0 • Published 3 years ago

rafster

Licence
MIT
Version
1.0.0
Deps
0
Size
12 kB
Vulns
0
Weekly
0
Stars
1

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

npm install rafster --save
# or
yarn add rafster

Usage

// Import before requestAnimationFrame is called
import 'rafster'
// Import library that uses requestAnimationFrame
import someLib from 'some-lib'

Keywords