1.0.1 • Published 6 years ago
set-timeout2 v1.0.1
A setTimeout alternatives for browser based on requestAnimationFrame method
Install package
npm install set-timeout2 Install devependecies and build library
Install dependencies
npm installRun and test in developer environment
npm run run-devBuild non-minified version of the library
npm run build-devBuild library and use in production
npm run build-prodYou will find the library in
distfolderUpdate or generate api doc
npm run generate-docDo benchmark
npm run benchmark