What is raf?
"requestAnimationFrame polyfill for node and the browser"
raf is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 7.9 KB on disk.
Installation Guide
# Install via NPM
npm install raf
# Install via Yarn
yarn add raf