@kenobi.ai/js
v0.1.28
Published
Kenobi JavaScript SDK
Readme
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
<!-- Put this script before the closing (</head>) tag -->
<script src="https://cdn.jsdelivr.net/npm/@kenobi.ai/[email protected]"></script>
<script defer>
window.Kenobi = new window.KenobiLib.Kenobi({ debug: true })
Kenobi.transform()
</script>