@igor.dvlpr/duoscribi
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

DúöScríbî

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


💖 Support further development

Donate to igorskyflyer



🕵🏼‍♂️ 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.

Package Sidebar

Install

npm i @igor.dvlpr/duoscribi

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

15.1 kB

Total Files

5

Last publish

Collaborators

  • igor.dvlpr