1.1.1 • Published 5 years ago

@electron-native/electron-native-splashscreen v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Electron Native Splashscreen

A Simple Modern Electron Splash Screen

Installation

npm i @electron-native/electron-native-splashscreen

Usage

const splashscreen = require('@electron-native/electron-native-splashscreen');

const hideSplash = splashscreen({ width: 600, height: 380, brand: 'Brand', website: 'Website', loading: 'initializing...', icon: 'link-to-icon', logo: 'link-to-logo' });

win.on('ready-to-show', hideSplash.hide())