We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Light Lazy Loader should be loaded in any CommonJS-like environment.
Example Usage
var LLL = require('./LightLazyLoader.min.js'); // Init istance var LLListance = new LLL(); //Use method. LLListance.checkElements();