unicode-to-preeti
Version:
Convert unicode to preeti font
25 lines (15 loc) • 726 B
Markdown
Introduce our conversion package specifically designed for JavaScript frameworks, enabling seamless conversion of Nepali Unicode text. It converts unicode to preeti font. The component is customizable and integrates seamlessly into any react or nextjs framework.
Converts unicode string to preeti font string
Install it to your react project with npm
```bash
npm install unicode-to-preeti
```
```javascript
import { unicodeToPreeti } from "unicode-to-preeti";
console.log(unicodeToPreeti("युनिकोडलाई प्रितिमा लानुहोस"));
//output: o'lgsf]8nfO{ lk|ltdf nfg'xf];
```