Added files

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-07 21:44:09 +02:00
parent e0835ed378
commit 5b626696bd
23 changed files with 3236 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
var emojiStrip = require('..'),
emoji
;
emoji = 'thumbs-up👍 for staying strong💪 without emoji please🙏';
console.log(emojiStrip(emoji));
// => "thumbs-up for staying strong without emoji please"
emoji = 'dealing with emoji😡 makes me feel like poop💩';
console.log(emojiStrip(emoji));
// => "dealing with emoji makes me feel like poop"