string-emoji-mixer
v1.0.1
Published
An npm package for effortlessly adding random emojis to strings. This package offers a simple function to intersperse selected emojis within your text strings, making them more lively and engaging. Whether it's enhancing the appeal of social media posts o
Downloads
15
Maintainers
Readme
String Emoji Mixer
This package adds random emojis to your strings, making text more fun and lively.
Installation
Install via npm:
npm install string-emoji-mixer
Usage
const addEmojiToStr = require('string-emoji-mixer');
const myString = "This is a test string to add random emojis"; const funString = addEmojiToStr(myString);
console.log(funString);