1.0.6 • Published 2 years ago

deunicode v1.0.6

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

Deunicode

A simple function to replace unicode characters with their ascii counterparts. Most of the replacements come from twilio.

Installation

npm install deunicode

Quickstart

import { deunicode } from 'deunicode';

const text = '\uFF28\u1D07\u029f\u029f\u1D0F \u1D21\u1D0F\u0280\u029f\u1D05\uFE57';

console.log(text) // Hᴇʟʟᴏ ᴡᴏʀʟᴅ﹗
console.log(deunicode(text)) // HELLO WORLD!
1.0.6

2 years ago

1.0.5

2 years ago

0.0.0

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago