🦄 Simple utility to convert word to pronounceable word.
Node.js 14.x LTS or 16.x (or Higher) LTS
Install the NPM Package with the below command:
npm install node-pronounce --save
(or)
Install with Yarn:
yarn add node-pronounce
Import the module in your project:
// Commonjs Import
var { pronounce } = require("node-pronounce");
// or ES6 import
import { pronounce } from "node-pronounce";
Pass the Number to the function
import { pronounce } from "node-pronounce";
const word = "automation";
console.log(pronounce(word));
automaxion
- MIT
I hope you find this useful. If you have any questions, please create an issue.
Thanks goes to these wonderful people (emoji key):
Santhosh Veer 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!