A plugin for measuring startup time with minimal performance impact.
Go to file
Philipp Kunz ed078ee29a 1.0.1
2016-05-20 01:25:31 +02:00
LICENSE Initial commit 2016-05-20 00:59:47 +02:00
package.json 1.0.1 2016-05-20 01:25:31 +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();