npm.io
1.0.0 • Published 6 years ago

@divy-work/electron-spashscreen

Licence
CC0-1.0
Version
1.0.0
Deps
0
Size
398 kB
Vulns
0
Weekly
0
Stars
1.2K

electron-splashscreen

npm i @divy-work/electron-splashscreen

Elegant splashscreen for your cool electron apps.

Usage

var Splash = require('@divy-work/electron-splashscreen');

var splashscreen = new Splash({
  title: 'My app.',
  description: 'My super cool app.'
})

var splashscreenInstance = splashscreen.start();

setTimeout(splashscreenInstance.destroy, 5000)
Example

Clone the repo, install the dependencies and then run npm run example to launch the example.

Keywords