https://github.com/littledivy/electron-splashscreen
Elegant splashscreen for your electron apps :electron: :rocket:
https://github.com/littledivy/electron-splashscreen
electron electron-splashscreen nodejs splashscreen tslint typescript utility
Last synced: 9 months ago
JSON representation
Elegant splashscreen for your electron apps :electron: :rocket:
- Host: GitHub
- URL: https://github.com/littledivy/electron-splashscreen
- Owner: littledivy
- Archived: true
- Created: 2020-04-28T06:45:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T18:25:26.000Z (over 3 years ago)
- Last Synced: 2025-01-31T06:31:45.002Z (over 1 year ago)
- Topics: electron, electron-splashscreen, nodejs, splashscreen, tslint, typescript, utility
- Language: TypeScript
- Size: 533 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## electron-splashscreen

```sh
npm i @divy-work/electron-splashscreen
```
Elegant splashscreen for your cool electron apps.


[](https://snyk.io/test/github/divy-work/electron-splashscreen?targetFile=package.json)
### Usage
```js
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.