Skip to content

kellengreen/readyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Ready JS

Let's us know when the DOM is ready for interactivity.

Usage

import ready from './ready.js'
ready().then(() => {
  console.log("Let's get to work!")
}

About

Let's us know when the DOM is ready for interactivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published