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

NPM and UMD

Open AFerreli opened this issue 9 years ago • 1 comments

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!

AFerreli avatar Feb 15 '16 11:02 AFerreli

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');

davcs86 avatar Mar 02 '17 19:03 davcs86