1.0.2 • Published 7 years ago

@gaikema/emojify v1.0.2

Weekly downloads
3
License
MIT
Repository
bitbucket
Last release
7 years ago

npm version

Emojify

Insert an emoji between every word.


Usage

yarn install @gaikema/emojify

You have to include the @gaikema prefix, since emojify is another package.

Node

var Emojify = require("@gaikema/emojify");

var emojifyTest = new Emojify.Emojify("This is a test!");
console.log(emojifyTest.emojify());

Webpack

Usage is more or less the same, but you will need to install some extra loaders from the devDependencies.

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago