Fix README

This commit is contained in:
Jovination 2015-01-27 00:12:36 -07:00
parent 607ef1837b
commit f3a14254e3

View File

@ -5,11 +5,11 @@ Konva is an HTML5 Canvas JavaScript framework that enables high performance anim
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/konvajs/konva?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![npm version](https://badge.fury.io/js/konva.svg)](http://badge.fury.io/js/konva) [![bower version](https://badge.fury.io/bo/konva.svg)](http://badge.fury.io/bo/konva)
[![Build Status](https://travis-ci.org/lavrton/KonvaJS.png)](https://travis-ci.org/lavrton/KonvaJS) [![Code Climate](https://codeclimate.com/github/lavrton/KonvaJS/badges/gpa.svg)](https://codeclimate.com/github/lavrton/KonvaJS)
[![Build Status](https://travis-ci.org/konvajs/konva.png)](https://travis-ci.org/konvajs/konva) [![Code Climate](https://codeclimate.com/github/konvajs/konva/badges/gpa.svg)](https://codeclimate.com/github/konvajs/konva)
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.
This repository began as a GitHub fork of [ericdrowell/KonvaJS](https://github.com/ericdrowell/KonvaJS).
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)