1.1.1 • Published 6 years ago

jean-splash-screen v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Description

Provides functionality for displaying a splash screen

Support

Supports both CommonJS and AMD eco system. If there is no loader, SplashScreen is registered as a browser variable.

Code Example

  • Use it as browser variable
var obj = new SplashScreen();
  • Use it with require.js
require(["path/to/SplashScreen"], function(SplashScreen){
    // Work with SplashScreen
});
  • Use it with node.js
var SplashScreen = require("jean-splash-screen");

Installation

npm install jean-splash-screen --save --legacy-bundling

API Reference

TBD

Tests

  • Open spec/spec-runner.html in browser to see the test cases.

License

MIT