Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

miniraf

jlmakes34.2kMIT1.0.1TypeScript support: included

ES2015 module to polyfill requestAnimationFrame

html, element, dom, node

readme

Build status Coverage Version 0.2 kB min+gzip MIT License

Installation

Browser

A simple and fast way to get started is to include this script on your page:

<script src="https://unpkg.com/miniraf"></script>

This will create the global variable miniraf.

Module

npm install miniraf

CommonJS

const miniraf = require('miniraf')

ES2015

import miniraf from 'miniraf'

changelog

Change Log

[1.0.1] - 2018-08-12

Added

  • Add module function type declaration.

1.0.0 - 2018-01-08

Hello world!