0.3.0 • Published 1 year ago

vamas v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

vamas

NPM version build status Test coverage npm download DOI

Vamas file format parser, following the ISO specification.

Installation

$ npm i vamas

One VAMAS file contains

  • many blocks
    • survey (or wide)
    • multiplex (for example C, Ru, ...)
    • identified by blockID

In a block:

  • regions (used for baseline)
  • identified by regionID

In a block and expected to be in a specific region:

  • components: corresponds to the shape of the peak and relies on the baseline
  • identified by componentID

Usage

import { parse } from 'vamas';

const result = parse(vamasText);

API Documentation

License

MIT

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago