1.0.0 • Published 4 years ago

loadytimer v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

loadytimer

LoadyTimer is a very simple node package to see the current page load time in browser console. The timing parameter is in second.

What is this?

This package give the load time for current page in console log. The parameter is in second.

Installation

npm i loadytimer --save

Then...

import {loadytimer} from 'loadytimer';

//pass false inside the function not to show time in console, just return it.
loadytimer(false);