3.1.0 • Published 6 years ago

bs-react-art v3.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

bs-react-art

Reason bindings for ReactART

Installation

$ npm install --save bs-react-art

then bs-react-art to bs-dependencies in your bsconfig.json

Usage

<ReactArt.Surface width=100 height=100>
  <ReactArt.Shape
    x=50
    y=300
    d=ReactArt.Path.(
        make ()
          |> moveTo x::0 y::50
          |> line x::10 y::10
          |> arc x::50 y::50 rx::10 ry::50 outer::10 counterClockwise::false rotation::300
          |> close
      )
    fill=(String "#c40")
  />
</ReactArt.Surface>
3.1.0

6 years ago

3.0.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

7 years ago

0.1.0

7 years ago