request-animation-frame-polyfill

v1.0.0-rc.3
requestAnimationFrame polyfill library
raf requestAnimationFrame

clean

rimraf lib

build

mkdirp lib && babel src/index.ts > ./lib/request-animation-frame-polyfill.js && npx tsc && mv build/index.d.ts ./lib/request-animation-frame-polyfill.d.ts

test

yarn run build && babel-node --extensions ".ts" -- ./src/index.test.ts

prepare

yarn run clean && mkdirp lib && yarn run test

Metadata

  • MIT
  • Whatever
  • aluc
  • released 11/3/2019

Downloads