@arcteryx/js-html

Install it: ``` npm install @arcteryx/js-html ```

Usage no npm install needed!

<script type="module">
  import arcteryxJsHtml from 'https://cdn.skypack.dev/@arcteryx/js-html';
</script>

README

Arc'teryx HTML Helpers

Install it:

npm install @arcteryx/js-html

Use it as an ES Module:

import htmlDecode from '@arcteryx/js-html'

Build and test locally like this:

npm install
npm run build