early/README.md

13 lines
232 B
Markdown
Raw Normal View History

2016-05-19 23:25:17 +00:00
# early
nice module loading animation for modules that need a little starting time.
> **note: this package is NOT READY YET**
```typscript
import * as early from "early";
early.start();
// do your loading stuff
early.stop();
```