<og-json-utils>
This webcomponent follows the open-wc recommendation.
Installation
npm i og-json-utils
Usage
<script type="module">
import 'og-json-utils/og-json-utils.js';
</script>
<og-json-utils></og-json-utils>
Testing using karma (if applied by author)
npm run test
Testing using karma via browserstack (if applied by author)
npm run test:bs
Demoing using storybook (if applied by author)
npm run storybook
Linting (if applied by author)
npm run lint