0.0.3 • Published 4 years ago

wrap-with-emo v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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)
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago