0.0.5 • Published 6 years ago
@agney/jc-transform-json v0.0.5
Transform JSON - JSON Crew Plugin
To be used with JSON Crew
Installation
npm i @agney/jc-transform-jsonUsage
<script type="module">
  import '@agney/jc-transform-json/jc-transform-json.js';
</script>
<jc-transform-json .data=${'{ "thing": "nothing" }'}>
</jc-transform-json>Run Demo
npm i
npm startTesting using karma
npm i
npm run testLinting
npm run lint