A plugin for measuring startup time with minimal performance impact.
Go to file
2016-05-21 20:33:13 +02:00
dist now ready for use 2016-05-21 20:33:13 +02:00
test now ready for use 2016-05-21 20:33:13 +02:00
ts now ready for use 2016-05-21 20:33:13 +02:00
.gitignore initial 2016-05-20 19:06:25 +02:00
LICENSE Initial commit 2016-05-20 00:59:47 +02:00
package.json now ready for use 2016-05-21 20:33:13 +02:00
README.md improve README 2016-05-20 01:25:17 +02:00

early

nice module loading animation for modules that need a little starting time.

note: this package is NOT READY YET

import * as early from "early";
early.start();
// do your loading stuff
early.stop();