0.1.4 • Published 6 years ago

tiengviet-to-tvcn v0.1.4

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

Bộ chuyển đổi tiếng việt theo sách tiếng việt công nghệ cải cách

Demo Site

https://www.sakuraevil.me/

Installation

npm install --save tiengviet-to-tvcn

Usage

Nodejs

var tool = require('tiengviet-to-tvcn');
console.log(tool.convert('Tiếng Việt Công nghệ Giáo dục'));
Output should be '△ □ △ ◯ □ □'

TypeScript

import * as tool from 'tiengviet-to-tvcn';
console.log(tool.convert('Tiếng Việt Công nghệ Giáo dục'));
Output should be '△ □ △ ◯ □ □'

Test

npm run test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.2 Initial release
  • 0.1.3 Edit a few surplus things && edit README.md