Skip to content

sinhalatypography/a2u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII to Unicode (a2u)

Getting Started

npm install ascii-to-unicode

Usage

var asciiToUnicode = require('ascii-to-unicode');

var args = {
  lang: 'si',
  asciiFontId: 'fmabhaya',
  text: <text input you need to convert>
};
var unicodeText = asciiToUnicode.convert(args);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published