node-pronounce
v0.0.4
Published
Simple utility to convert word to pronounceable word
Downloads
32
Maintainers
Readme
:capital_abcd: Pronounce.js
:unicorn: Simple utility to convert word to pronounceable word.
:package: Requirements
Node.js 14.x LTS or 16.x (or Higher) LTS
:sparkles: Installation
Install the NPM Package with the below command:
npm install node-pronounce --save
(or)
Install with Yarn:
yarn add node-pronounce
:pen: Usage
Import the module in your project:
// Commonjs Import
var { pronounce } = require("node-pronounce");
// or ES6 import
import { pronounce } from "node-pronounce";
:bulb: Example
Pass the Number to the function
import { pronounce } from "node-pronounce";
const word = "automation";
console.log(pronounce(word));
:ballot_box_with_check: Example Output
automaxion
:shield: LICENSE
- MIT
:green_heart: Message
I hope you find this useful. If you have any questions, please create an issue.
💰 Help me with your donation
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!