1.6.4 • Published 2 years ago

node-alivecor-ecg v1.6.4

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

node-alivecor-ecg

Parser of AliveCor ECG File

How to use

import { createAliveCorEcgParser } from 'node-alivecor-ecg';
import * as fs from 'fs';

const file = fs.readFileSync('ecg.atc', { encoding: 'binary' });
const parser = createAliveCorEcgParser();
const parsed = parser.parse(file);
1.6.4

2 years ago

1.0.0

2 years ago