mirror of
https://github.com/sbrl/SnoozeSquad.git
synced 2018-01-10 21:33:44 +00:00
SnoozeSquad is on npm! Tell everyone about it in the README.
This commit is contained in:
parent
e3802df6b7
commit
c6db6d9951
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# SnoozeSquad
|
# SnoozeSquad
|
||||||
Finally a simple lazy image loader. Written in ES6.
|
Finally a simple lazy image loader (for browsers, not Node.JS!). Written in ES6.
|
||||||
|
|
||||||
## Downloading
|
## Downloading
|
||||||
Download SnoozeSquad from this repo. Links:
|
Download SnoozeSquad from this repo. Links:
|
||||||
|
@ -9,6 +9,9 @@ Makefile | `curl` command
|
||||||
[SnoozeSquad.js](https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.js) | `curl -OL https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.js`
|
[SnoozeSquad.js](https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.js) | `curl -OL https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.js`
|
||||||
[SnoozeSquad.min.js](https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.min.js) | `curl -OL https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.min.js`
|
[SnoozeSquad.min.js](https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.min.js) | `curl -OL https://github.com/sbrl/SnoozeSquad/raw/master/SnoozeSquad.min.js`
|
||||||
|
|
||||||
|
### npm
|
||||||
|
Snooze Squad is on npm! You can find it under the name [`snooze-squad`](https://www.npmjs.com/package/snooze-squad), and install it with `npm install snooze-squad`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Using Snooze Squad is really easy. Here's a simple example:
|
Using Snooze Squad is really easy. Here's a simple example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue