0.5.1 • Published 4 years ago

viee v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

viee

✂️🇻🇳 Công cụ chuyển đổi Tiếng Việt có dấu sang không dấu.

All Contributors Build Status npm david GitHub

Viee giúp chuyển đổi Tiếng Việt có dấu sang không dấu. Dễ sử dụng, hỗ trợ cả JavaScript và TypeScript.

Installation

yarn add viee
# or
npm install viee --save

Usage

For ES6 or ESNext

import { viee } from 'viee';

For CommonJS

const { viee } = require('viee');
console.log(viee('Xin chào Việt Nam!'));
Output should be 'Xin chao Viet Nam!'

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT © 103cuong

0.5.1

4 years ago

0.5.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago