1.1.8 • Published 6 years ago

electron-notification-bubble v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

#Electron notification bubble

How to use

const notification = require('electron-notification-bubble');

notification.notify({
	unread: 5, //Int value 0 is not displayed
    image: '', //Base64 or url
    animation: {
        in: 'rubberBand', //Animations based on animate.css (thanks to daneden...great lib bro!)
        out: 'zoomOut'
    }).then((data) => {
		//Data is a BrowserWindow
	}).catch((e) => {
		//Deal with it bro!
	});
1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago