Projects STRLCPY kitsec-core Files
🤬
..
index.json Loading last commit info...
license
package.json
readme.md
readme.md

emoticon

[Build]build [Downloads]downloads [Size]size

Info on ASCII emoticons. :p

Install

npm:

npm install emoticon

Use

var emoticon = require('emoticon')

console.log(emoticon.slice(0, 3))

Yields:

[ { name: 'angry',
    emoji: '😠',
    tags: [ 'mad', 'annoyed' ],
    description: 'angry face',
    emoticons:
     [ '>:(', '>:[', '>:-(', '>:-[', '>=(', '>=[', '>=-(', '>=-[' ] },
  { name: 'blush',
    emoji: '😊',
    tags: [ 'proud' ],
    description: 'smiling face with smiling eyes',
    emoticons:
     [ ':")',
       ':"]',
       ':"D',
       ':-")',
       ':-"]',
       ':-"D',
       '=")',
       '="]',
       '="D',
       '=-")',
       '=-"]',
       '=-"D' ] },
  { name: 'broken_heart',
    emoji: '💔',
    tags: [],
    description: 'broken heart',
    emoticons: [ '<\\3', '</3' ] } ]

Support

See support.md!!missing!!.

License

MIT © Titus Wormer

Please wait...
Page is in error, reload to recover