Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 299 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 299 Bytes

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);