1.0.0 • Published 4 years ago

@divy-work/electron-spashscreen v1.0.0

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
4 years ago

electron-splashscreen

npm.io

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.