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
Install it: ``` npm install @arcteryx/js-html ```
<script type="module">
import arcteryxJsHtml from 'https://cdn.skypack.dev/@arcteryx/js-html';
</script>
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