0.0.4-alpha • Published 6 years ago

@ostera/reiki v0.0.4-alpha

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

🧘 reiki

ReasonML bindings to Yoga Layout.

Status: Usable ALPHA.

Homepage: https://ostera.github.io/reiki

Installation

ostera/reactor λ yarn add @ostera/reiki --save

And including it in your bsconfig.json file too:

{
  // ...
  "suffix": ".bs.js",
  "bs-dependencies": [
    "@ostera/reiki",
  ],
  "warnings": {
    "error" : "+101"
  },
  // ... 
}

Now you're good! Make sure to run bsb -make-world and check the docs! :)