Skip to content

Commit d74eaef

Browse files
committed
Added README.md
1 parent c006fc1 commit d74eaef

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Node wrapper for jQuery Easing plugin
2+
3+
[jQuery Easing plugin](http://gsgd.co.uk/sandbox/jquery/easing/) is great library by George McGinley Smith.
4+
5+
This project wraps it with [UMD](https://github.com/umdjs/umd), so it will be easier to use with AMD and Node.
6+
This especially useful for [NW.js](http://nwjs.io/).
7+
8+
To install:
9+
10+
```
11+
npm install jquery-easing
12+
```

0 commit comments

Comments
 (0)