update readme for typings

This commit is contained in:
Brunner 2017-03-08 10:24:53 +01:00
parent 79beb0f5f3
commit 6d2b162e78

View file

@ -59,12 +59,21 @@ You can copy and include any of the following file:
* [dist/vanilla-tilt.babel.js](https://raw.githubusercontent.com/micku7zu/vanilla-tilt.js/master/dist/vanilla-tilt.babel.js) ~ 8.5kb
* [dist/vanilla-tilt.babel.min.js](https://raw.githubusercontent.com/micku7zu/vanilla-tilt.js/master/dist/vanilla-tilt.babel.min.js) ~ 4.3kb
#### NPM
Also available on npm https://www.npmjs.com/package/vanilla-tilt
```
npm install vanilla-tilt
```
#### Typings
Installing typings using npm
```
npm install @types/vanilla-tilt
```
### Credits
Original library: [Tilt.js](http://gijsroge.github.io/tilt.js/)
@ -73,4 +82,4 @@ Original library author: [Gijs Rogé](https://twitter.com/GijsRoge)
### License
MIT License
MIT License