chart-to-json

[![Test](https//github.com/neogeek/chart-to-json/actions/workflows/test.workflow.yml) [![NPM version](https//www.npmjs.

MIT License

Downloads
5
Stars
0

chart-to-json

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
Package Rankings
Top 28.08% on Npmjs.org
Badges
Extracted from project README
Test NPM version