wrap-with-emo

This package will take any string you give it and wrap it with emoji

Usage no npm install needed!

<script type="module">
  import wrapWithEmo from 'https://cdn.skypack.dev/wrap-with-emo';
</script>

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-emo

usage

var wrapWithEmo = require("wrap-with-emo")
var text = "text"
var result = wrapWithEmo(text)
console.log(result)