Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrulcetin committed Oct 4, 2020
1 parent 3ecec67 commit e57d713
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

A minimalistic ClojureScript interface to [konva-react](https://github.com/konvajs/react-konva)

### Project Overview

konva-cljs is a ClojureScript library for drawing complex canvas graphics using React (**reagent**). It's a ClojureScript wrapper of [KonvaJS](https://konvajs.org/).

Expand All @@ -13,6 +12,10 @@ konva-cljs is a ClojureScript library for drawing complex canvas graphics using


### Examples

You can find a couple of samples in [/examples](/examples) **directory**.


```clojure
(require '[konva-cljs.core :as k]
'[konva-cljs.components :as c])
Expand All @@ -33,5 +36,3 @@ konva-cljs is a ClojureScript library for drawing complex canvas graphics using
(k/close-path)
(k/fill-stroke-shape shape)))}]]])
```

You can find a couple of samples in `/examples` **directory**.

0 comments on commit e57d713

Please sign in to comment.