tiengviet-to-tvcn
v0.1.4
Published
Bộ chuyển đổi tiếng việt theo sách tiếng việt công nghệ cải cách
Downloads
2
Readme
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