1.2.0 • Published 1 year ago

chart-to-json v1.2.0

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

chart-to-json

Test NPM version

Install

$ npm install chart-to-json --save

Usage

Node.js

import { readFile } from 'node:fs/promises';

import chartToJson from 'chart-to-json';

const chart = await readFile('notes.chart', 'utf-8');

const data = chartToJson(chart);

console.log(data);

CLI

$ npx chart-to-json ./notes.chart > notes.json
1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago