@tiaanduplessis/imready
v2.0.0
Published
Like jQuery ready, but vanilla JS
Downloads
3
Readme
@tiaanduplessis/imready
Like jQuery ready, but vanilla JS
Table of Contents
Install
This project uses node and npm.
$ npm install @tiaanduplessis/imready
$ # OR
$ yarn add @tiaanduplessis/imready
Usage
import imready from '@tiaanduplessis/imready'
imready.then(loaded => console.log('DOM Loaded:', loaded))
Contribute
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT