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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    6
  • 1.0.2
    3
  • 1.0.1
    2
  • 1.0.0
    2

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