0.3.0 • Published 2 years ago

oan-data v0.3.0

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

oan-data

NPM version Test coverage npm download

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();

License

MIT