@divy-work/electron-spashscreen

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @divy-work/electron-spashscreen

Weekly Downloads

0

Version

1.0.0

License

CC0-1.0

Unpacked Size

407 kB

Total Files

8

Last publish

Collaborators

  • divy-work