# Animation Frame Polyfill

## Installation

```shell
npm install animation-frame-polyfill --save
```

## Example Usage (es2015)

```js
import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';
```
