1.0.0 • Published 6 years ago

notificationlibrary v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

NotificationLibrary

Simple basic front-end notification library.

To install move files into your directory and add script to html file.

  	<script src="<PATH_TO_FILE>/notificationLibrary.js"></script>

To call a notification:

new Notification({message: "This is a notification", color: "success", icon:"done"});

Notifications take 3 parameters: