wrap-with-emo
v0.0.3
Published
This package will take any string you give it and wrap it with emoji
Readme
Wrap with emo
An API for warp text with emoji.
Installation and Usage
Wrap with emo supports stable versions of Node.js 8.15.0 and later. You can install
Wrap with emo globally or in your project's node_modules folder.
To install the latest version on npm globally (might require sudo;
learn how to fix this):
npm install -i wrap-with-emousage
var wrapWithEmo = require("wrap-with-emo")
var text = "text"
var result = wrapWithEmo(text)
console.log(result)