oan-data
v0.3.0
Published
Project that allows to deal with Oil Absorption Number (OAN)
Downloads
8
Readme
oan-data
[![Test coverage][codecov-image]][codecov-url]
Project that allows to deal with Oil Absorption Number (OAN)
Installation
$ npm install --save oan-data
Usage
import OANData from 'oan-data';
// you need 2 files, a xlsx and a res, both ArrayBuffer
let spectrum = OANData.fromHitec(xlsx, res);
let data = spectrum.get();