1.0.0 • Published 6 years ago

fa-normalize v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

TypeScript library starter

styled with prettier Greenkeeper badge Travis Coverage Status Dev Dependencies

A Javascript library for normalizing persian text in web graphic like svg or canvas

Install

npm install fa-normalize

Usage

import FaNormalize from 'fa-normalize'

FaNormalize('سجاد') // returns 'ﺩﺎﺠﺳ'
FaNormalize('سؤال', false) // returns 'ﺳﻮٔﺍﻝ'
1.0.0

6 years ago