1.0.3 • Published 8 years ago

preeti v1.0.3

Weekly downloads
4
License
CC-BY-NC-SA-4.0
Repository
github
Last release
8 years ago

preeti

Preeti is a popular font used in Nepal to write Nepali text

Without Preeti font, the text is just ASCII, so this module converts it to Unicode Devanagari characters.

Usage

preeti('sf7df08"');
> 'काठमाण्डू'

In NodeJS

preeti = require('preeti');
preeti('sf7df08"');

Other fonts

You also can use converters for PCS Nepali and Kantipur by providing a second parameter.

preeti('sf7df08"', 'PCS Nepali');
preeti('sf7df08"', 'Kantipur');

Original Shell and JS code

This project is based on code and regular expressions from the FOSS Nepal community

  • 2utf8 a Bash command
  • nep-ttf2utf a JS and Python3 port by sapradhan

License

Creative Commons Attribution Non-Commerical Share-Alike

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago