Progress notification component with a clean slate to build off of.
$ component install component/progress-notification
- all the features of notification
varnotify=require('progress-notification');varprogress=notify('Uploading maru.png');varn=0;setInterval(function(){progress.update(n++);},50);Notify with the given msg and no title.
Notify with the given msg and title.
Update percentage to n.
Update progress indicator size to n.
MIT
