unicode-bunny
v1.0.2
Published
Convert Unicode Marathi (Devanagari) text to Shree 0708 legacy font encoding
Maintainers
Readme
unicode-bunny
Convert Unicode Marathi (Devanagari) text to Shree 0708 legacy font encoding with ease.
🚀 Features
- Simple API – Convert text in just one function call.
- Fast & Lightweight – No external dependencies.
- Perfect for Legacy Applications – Especially useful for old printing systems using Shree 0708.
📦 Installation
npm install unicode-bunny🛠 Usage
const { convert } = require("unicode-bunny");
const input = "प्रमाणभाषा ही एक बोली भाषाच असते.";
const output = convert(input);
console.log(output);
// Output: (Text converted to Shree 0708 encoding)💡 Use Cases
- Desktop Publishing – Convert Unicode text to Shree 0708 for printing presses.
- Legacy Software Migration – Integrate with systems still dependent on non-Unicode Marathi fonts.
- Data Conversion Tools – Build converters for archives, libraries, or historical documents.
- API Integration – Use as a backend service to convert text before rendering to legacy clients.
👨💻 Developer Info
Developed by: Pranay Dnyaneshwar Vartak Role: Software Architect @ CRED Founder: CSociety, Navi Mumbai
📜 License
MIT License © 2025 Pranay Dnyaneshwar Vartak
