From 5dddb7bfaa8a1f5f72e8829dcede4379ef5ca479 Mon Sep 17 00:00:00 2001 From: lavrton Date: Fri, 23 Jan 2015 13:05:11 +0700 Subject: [PATCH] readme updates --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c0cd795..63f80af9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -![div](https://raw.githubusercontent.com/lavrton/KineticJS/master/resources/logo.png) - #KineticJS +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. + [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lavrton/KineticJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![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. +This repository began as a GitHub fork of [ericdrowell/ericdrowell](https://github.com/ericdrowell/KineticJS). + * **Visit:** The [GitHub page](http://lavrton.github.io/KineticJS/) and follow on [Twitter](https://twitter.com/lavrton) * **Discover:** [Tutorials](http://lavrton.github.io/KineticJS/Getting_Started.html), [API Documentation](http://lavrton.github.io/KineticJS/api/Kinetic.html) * **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/kineticjs)