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