Merge branch 'master' of github.com:konvajs/konva

This commit is contained in:
Anton Lavrenov 2016-01-07 18:52:05 +08:00
commit ed6a3a956b

View File

@ -14,8 +14,8 @@ You can draw things onto the stage, add event listeners to them, move them, scal
This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github.com/ericdrowell/KineticJS).
* **Visit:** The [Home Page](http://konvajs.github.io/) and follow on [Twitter](https://twitter.com/lavrton)
* **Discover:** [Tutorials](http://konvajs.github.io/docs), [API Documentation](http://konvajs.github.io/docs)
* **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/konvajs)
* **Discover:** [Tutorials](http://konvajs.github.io/docs), [API Documentation](http://konvajs.github.io/api)
* **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/konvajs), [Chat](https://gitter.im/konvajs/konva)
# Quick Look
@ -108,7 +108,7 @@ import 'konva/src/shapes/rect';
//now Konva.Rect is available to use
```
5 NodeJS
###5 NodeJS
You have to install some deps manually to use Konva in nodejs env.