1.1.8 • Published 7 years ago

electron-notification-bubble v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago