mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
commit
ed6a3a956b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user