From 96a8671fa59914107c2e98d611fdfd74845a8c77 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 5 Nov 2015 20:19:13 +0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64184043..62e87541 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you add a file in the src directory, be sure to add the filename to the sourc Konva uses Mocha for testing. * If you need run test only one time run `gulp test`. -* While developing it is easy to use `gulp` default task with with watch. Just run it and go to [http://localhost:8080/test/runner.html](http://localhost:8080/test/runner.html). After src file change konva-dev.js will be automatically created, so you just need refresh test the page. +* While developing it is easy to use `gulp` default task with watch. Just run it and go to [http://localhost:8080/test/runner.html](http://localhost:8080/test/runner.html). After src file change konva-dev.js will be automatically created, so you just need refresh test the page. Konva is covered with hundreds of tests and well over a thousand assertions. Konva uses TDD (test driven development) which means that every new feature or bug fix is accompanied with at least one new test. From a2e93b214fcb52d53544305a1d94fe53b205ebc0 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Fri, 6 Nov 2015 22:26:21 +0600 Subject: [PATCH 2/2] Update README.md --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/README.md b/README.md index 62e87541..75998894 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Konva logo](https://raw.githubusercontent.com/konvajs/konvajs.github.io/master/apple-touch-icon-180x180.png) + #Konva Konva 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. @@ -15,6 +17,50 @@ This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github * **Discover:** [Tutorials](http://konvajs.github.io/docs), [API Documentation](http://konvajs.github.io/docs) * **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/konvajs) +# Quick Look + +```html + +
+ +``` + #Installation * `bower install konva`