A lightweight DOM ready.
$ npm i lite-ready
// ... var ready = require('lite-ready') ready(function () { ... }); // ...