mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
update badges
This commit is contained in:
parent
4e66cf3d3b
commit
b945207767
@ -1,7 +1,7 @@
|
||||
#KineticJS
|
||||
|
||||
[](https://travis-ci.org/lavrton/KineticJS) [](http://badge.fury.io/js/kinetic)
|
||||
|
||||
[](http://badge.fury.io/js/kinetic) [](http://badge.fury.io/bo/kinetic)
|
||||
[](https://travis-ci.org/lavrton/KineticJS) [](https://codeclimate.com/github/lavrton/KineticJS)
|
||||
Greetings fellow webonauts! KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.
|
||||
|
||||
You can draw things onto the stage, add event listeners to them, move them, scale them, and rotate them independently from other shapes to support high performance animations, even if your application uses thousands of shapes. Served hot with a side of awesomeness.
|
||||
@ -11,7 +11,7 @@ Go to [http://lavrton.github.io/KineticJS/](http://lavrton.github.io/KineticJS/)
|
||||
#Installation
|
||||
|
||||
* `bower install kineticjs`
|
||||
* `npm install kinetic` - for Browserify. For nodejs you have to install some [dependencies](#NodeJS)
|
||||
* `npm install kinetic` - for Browserify. For nodejs you have to install some [dependencies](#nodejs)
|
||||
|
||||
###NodeJS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user