A simple overlay forked from Yuehu.
Showcase at http://chemzqm.github.io/overlay/.
Install with component(1):
$ component install chemzqm/overlay
var Overlay = require('overlay');
var el = document.getElementById('overlay-html');
var o = new Overlay(el);
Init Overlay with el
as body.
Hide overlay.
MIT