@euberdeveloper/asciify
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@euberdeveloper/asciify

How we say in Italy: "Che fai? ASCIIFY!".

What it does

@euberdeveloper/asciify is a simple npm module to convert a unicode string to the best equivalent ascii string.

How to use it

Install it via:

npm i @euberdeveloper/asciify

Then just use it!!!

const asciify = require('@euberdeveloper/asciify');

const unicodeString = 'caffè';
const asciiString = asciify.traduce(unicodeString);

console.log(asciiString); // The result will be "caffe"

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @euberdeveloper/asciify

      Weekly Downloads

      2

      Version

      1.0.4

      License

      MIT

      Unpacked Size

      450 kB

      Total Files

      6

      Last publish

      Collaborators

      • opera-gest