0.0.4-alpha • Published 7 years ago
@ostera/reiki v0.0.4-alpha
🧘 reiki
ReasonML bindings to Yoga Layout.
Status: Usable ALPHA.
Homepage: https://ostera.github.io/reiki
Installation
ostera/reactor λ yarn add @ostera/reiki --saveAnd 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! :)