array-emojify

1.0.3 • Public • Published

ArrayEmojify Build Status

Emojify array values

Install

    npm i array-emojify

Usage

const { ArrayEmojify } = require('array-emojify');
 
const arrayEmojify = new ArrayEmojify();
const firstEmojify = arrayEmojify.emojify(['100', 'coffee', 'heart', ':+1:'], (value) => { /* TODO: value */ });
const secondEmojify = arrayEmojify.emojify(['100', 'coffee', 'heart', ':+1:']);

API

emojify(data, [cb])

data

Type: Array | String

Data Array for emojify.

cb

Type: Callback

Return emojify array in callback.

License

MIT © Joydip Roy (rjoydip)

Readme

Keywords

Package Sidebar

Install

npm i array-emojify

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

7.99 kB

Total Files

9

Last publish

Collaborators

  • rjoydip