We're using NPM to host alpha versions of our web scripts. Things will be changing a lot so just reach out to us if you need help with anything!

### Getting started

```html
<!-- Put this script before the closing (</head>) tag -->
<script src="https://cdn.jsdelivr.net/npm/kenobi-js"></script>
<script defer>
  window.Kenobi = new window.KenobiLib.Kenobi({ debug: true });
  Kenobi.transform();
</script>
```
