diff --git a/README.md b/README.md new file mode 100644 index 0000000..713d632 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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(); +``` + diff --git a/package.json b/package.json new file mode 100644 index 0000000..cc4e4eb --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "early", + "version": "1.0.0", + "description": "nice module loading animation for modules that need a little starting time.", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/pushrocks/early.git" + }, + "keywords": [ + "preloader" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://github.com/pushrocks/early/issues" + }, + "homepage": "https://github.com/pushrocks/early#readme" +}