@ostera/reiki

ReasonML bindings to Yoga Layout.

Usage no npm install needed!

<script type="module">
  import osteraReiki from 'https://cdn.skypack.dev/@ostera/reiki';
</script>

README

🧘 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! :)