pellet-hardness

Project that allows to deal with pellet hardness

Usage no npm install needed!

<script type="module">
  import pelletHardness from 'https://cdn.skypack.dev/pellet-hardness';
</script>

README

pellet-hardness

NPM version [![Test coverage][codecov-image]][codecov-url] npm download

Project that allows to deal with pellet hardness

Installation

$ npm install --save pellet-hardness

Usage

import PelletHardness from 'pellet-hardness';

// you need 2 files, a dt0 and a res, both ArrayBuffer

let spectrum = PelletHardness.fromHitec(dt0, res);

let data = spectrum.get();

License

MIT