Vanilla-Notify
Vanilla-Notify copied to clipboard
NPM and UMD
Hi,
I like this plugin and i would use it inside my bundle, using require (requirejs) or import (ES6). Can you publish it on NPM, and use UMD wrapper (https://github.com/umdjs/umd) to use it on different environments please?
Thanks!
Hi @AFerreli
I had the same need, so I made a fork that does it. You can install it with
$> npm install --save davcs86/Vanilla-Notify
and it'll be available in your bundle, e.g.
var vNotify = require('Notify');