It change target dom's style as Interstitial background.
npm install interstitialinterstitial
===
It change the target dom as interstital base.
``bash`
npm install interstitial
`javascript``
var Interstitial = require('interstitial');
var target = document.querySelector('#target');
var int = new Interstitial(target);
int.close(); # close the interstitial