2016-05-22 00:43:54 +02:00
2016-05-22 00:43:54 +02:00
2016-05-21 20:33:13 +02:00
2016-05-22 00:43:54 +02:00
2016-05-20 19:06:25 +02:00
2016-05-22 00:38:14 +02:00
2016-05-21 20:35:14 +02:00
2016-05-20 00:59:47 +02:00
2016-05-22 00:38:28 +02:00
2016-05-22 00:38:14 +02:00

early

minimal and fast loading animation for modules that need a little starting time.

Usage

// Put the following at the start of your module
import * as early from "early";
early.start("myModuleName");
/*
do your loading stuff
*/
early.stop(); // stop "early" when your module is ready
Description
A plugin for measuring startup time with minimal performance impact.
Readme 1 MiB
Languages
TypeScript 100%