emoticon
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
.
License
MIT © Titus Wormer