Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 350 Bytes

readme.mdown

File metadata and controls

17 lines (11 loc) · 350 Bytes

undress provides a function which replaces accented unicode characters with their ASCII equivalents. Unicode characters without a clear ASCII representation (such as ) will be ignored.

Usage

require('undress')('éäçñÜæ'); // -> 'eacnUae'

Installation

npm install undress

License

Public domain.