Skip to content

Commit

Permalink
add Browserify to README
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Nov 18, 2014
1 parent 95f10ec commit 0ebb570
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,20 @@ requirejs( [
});
```

## Browserify

imagesLoaded works with [Browserify](http://browserify.org/).

``` bash
npm install imagesloaded --save
```

```
var imagesLoaded = require('imagesloaded');
imagesLoaded( elem, function() {...} );
```

## Contributors

This project has a [storied legacy](https://github.com/desandro/imagesloaded/graphs/contributors). Its current incarnation was developed by [Tomas Sardyha @Darsain](http://darsa.in/) and [David DeSandro @desandro](http://desandro.com).
Expand Down

0 comments on commit 0ebb570

Please sign in to comment.