1.0.1 • Published 2 years ago

@devjoy/remove-accent v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Installation

Run npm/yarn install

npm install @devjoy/remove-accent

Imports

import removeAccents from '@devjoy/remove-accent';

Usage

Assume we need to apply remove accent for given method

const str = "Hoàng Sa và Trường Sa là của Việt Nam"
const strOutput = removeAccents(str);
console.log(strOutput)
// Hoang Sa va Truong Sa la cua Viet Nam

Author

Devjoyvn (Github)

License

Licensed under the MIT License - see the LICENSE file for details.