2.0.1 • Published 2 years ago

pellet-hardness v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pellet-hardness

NPM version Test coverage 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