1.0.0 • Published 1 year ago

@igor.dvlpr/duoscribi v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

DúöScríbî

✒ DúöScríbî allows you to convert letters with diacritics to regular letters. 🤓

🕵🏼‍♂️ Usage

Install it by executing:

npm i "@igor.dvlpr/duoscribi"

🤹🏼‍♂️ API

function duoscribi(input: string): string

Converts letters with diacritics to regular, ASCII letters.

input: string - The string to convert.

Returns the converted string or an empty string otherwise.

ℹ To see the extensive list of 508 supported characters with diacritics, see the SUPPORTED_CHARS.md file.