c5tojson

1.0.0 • Public • Published

c5tojson

Parser for -c5 format of dict(fmt)

const c5tojson = require('c5tojson');

const fs = require('fs');

fs.readFile('./jpn-eng.c5', (err, data) => {
  console.log(c5Parse(data));
});

Readme

Keywords

Package Sidebar

Install

npm i c5tojson

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • rhalff