update badges

This commit is contained in:
lavrton 2015-01-09 19:55:00 +07:00
parent 4e66cf3d3b
commit b945207767

View File

@ -1,7 +1,7 @@
#KineticJS
[![Build Status](https://travis-ci.org/lavrton/KineticJS.png)](https://travis-ci.org/lavrton/KineticJS) [![npm version](https://badge.fury.io/js/kinetic.svg)](http://badge.fury.io/js/kinetic)
[![npm version](https://badge.fury.io/js/kinetic.svg)](http://badge.fury.io/js/kinetic) [![bower version](https://badge.fury.io/bo/kinetic.svg)](http://badge.fury.io/bo/kinetic)
[![Build Status](https://travis-ci.org/lavrton/KineticJS.png)](https://travis-ci.org/lavrton/KineticJS) [![Code Climate](https://codeclimate.com/github/lavrton/KineticJS/badges/gpa.svg)](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