Vanilla-Notify
Vanilla-Notify copied to clipboard
Exported as UMD module with grunt-browserify
Solves #2
Now you will be able to use it in NPM and browser.
// NPM
var vNotify = require('Notify');
or
// Browser
var vNotify = window.vNotify;