random-smiley-face
v1.0.1
Published
This is just a random node package. which add smily faces before and after any text
Downloads
1
Readme
random-smiley-face
Installation
npm install random-smiley-face
yarn add random-smiley-face // If using yarn
Usage
import SmileyFace from "random-smiley-face"
const a = SmileyFace("Hello World");
console.log(a);
Output
😂Hello World😂