Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 748 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 748 Bytes

🪶 liteready

npm npm package minimized gzipped size Downloads

An extremely lightweight DOM ready with great browser support.

Install

npm i lite-ready

Usage

var ready = require('lite-ready')
 
ready(function () {
  ...
});