Vanilla-Notify icon indicating copy to clipboard operation
Vanilla-Notify copied to clipboard

Exported as UMD module with grunt-browserify

Open davcs86 opened this issue 8 years ago • 0 comments

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;

davcs86 avatar Mar 02 '17 22:03 davcs86