From 6e3149a7e3de0535569b3ccf2eae2cf34027f3f3 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 4 Jan 2018 11:08:09 +0700 Subject: [PATCH] remove bad link --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2814ff05..b19172a7 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ 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/api) * **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/konvajs), [Chat](https://gitter.im/konvajs/konva) - - Sponsor - - # Quick Look ```html @@ -78,7 +74,7 @@ You can use CDN: [https://cdn.rawgit.com/konvajs/konva/1.7.3/konva.min.js](https ```javascript define(['./konva'], function(Konva) { - // your code + // your code }); ``` @@ -92,7 +88,6 @@ npm install konva --save // old way var Konva = require('konva'); - // modern way import Konva from 'konva'; @@ -109,7 +104,6 @@ import Konva from 'konva/src/Core'; // now you have Konva object with Stage, Layer, FastLayer, Group, Shape and some additional utils function // so there are no shapes (rect, circle, etc), no filters, no d&d support. - // but you can simply add anything you need: import 'konva/src/shapes/rect'; //now Konva.Rect is available to use @@ -162,7 +156,7 @@ Konva uses TDD (test driven development) which means that every new feature or b Run `gulp api` which will build the documentation files and place them in the `api` folder. - # Pull Requests + I'd be happy to review any pull requests that may better the Konva project, -in particular if you have a bug fix, enhancement, or a new shape (see `src/shapes` for examples). Before doing so, please first make sure that all of the tests pass (`gulp lint test`). +in particular if you have a bug fix, enhancement, or a new shape (see `src/shapes` for examples). Before doing so, please first make sure that all of the tests pass (`gulp lint test`).