README
Arc'teryx Price Helpers
Install it:
npm install @arcteryx/js-price
Use it as an ES Module:
import buildPriceModel from '@arcteryx/js-price'
Build and test locally like this:
npm install
npm run build
npm test:watch
Install it: ``` npm install @arcteryx/js-price ```
<script type="module">
import arcteryxJsPrice from 'https://cdn.skypack.dev/@arcteryx/js-price';
</script>
Install it:
npm install @arcteryx/js-price
Use it as an ES Module:
import buildPriceModel from '@arcteryx/js-price'
Build and test locally like this:
npm install
npm run build
npm test:watch