Skip to content

Parse .chart files in JavaScript or the command line.

License

Notifications You must be signed in to change notification settings

neogeek/chart-to-json

Repository files navigation

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

About

Parse .chart files in JavaScript or the command line.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published